Skip to content

Commit 5265c7c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add url encoded parameter (#2050)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3cfac80 commit 5265c7c

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.269120",
8-
"spec_repo_commit": "b56263de"
7+
"regenerated": "2025-02-12 17:13:46.766917",
8+
"spec_repo_commit": "154100ad"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-12 15:28:27.284616",
13-
"spec_repo_commit": "b56263de"
12+
"regenerated": "2025-02-12 17:13:46.782413",
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

packages/datadog-api-client-v1/apis/MonitorsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ export interface MonitorsApiGetMonitorRequest {
12261226
export interface MonitorsApiListMonitorsRequest {
12271227
/**
12281228
* When specified, shows additional information about the group states.
1229-
* Choose one or more from `all`, `alert`, `warn`, and `no data`.
1229+
* Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).
12301230
* @type string
12311231
*/
12321232
groupStates?: string;

0 commit comments

Comments
 (0)