Skip to content

Commit 8b981b3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add url encoded parameter (#2710)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 602c869 commit 8b981b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-02-12 15:28:27.810725",
8-
"spec_repo_commit": "b56263de"
7+
"regenerated": "2025-02-12 17:13:41.012052",
8+
"spec_repo_commit": "154100ad"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-12 15:28:27.826384",
13-
"spec_repo_commit": "b56263de"
12+
"regenerated": "2025-02-12 17:13:41.028426",
13+
"spec_repo_commit": "154100ad"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29008,7 +29008,7 @@ paths:
2900829008
- description: 'When specified, shows additional information about the group
2900929009
states.
2901029010

29011-
Choose one or more from `all`, `alert`, `warn`, and `no data`.'
29011+
Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).'
2901229012
in: query
2901329013
name: group_states
2901429014
required: false

src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ public static class ListMonitorsOptionalParameters {
10891089
*
10901090
* @param groupStates When specified, shows additional information about the group states.
10911091
* Choose one or more from <code>all</code>, <code>alert</code>, <code>warn</code>, and
1092-
* <code>no data</code>. (optional)
1092+
* <code>no data</code> (<code>no%20data</code>). (optional)
10931093
* @return ListMonitorsOptionalParameters
10941094
*/
10951095
public ListMonitorsOptionalParameters groupStates(String groupStates) {

0 commit comments

Comments
 (0)