Skip to content

Commit e2000a7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add url encoded parameter (#2406)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 38cc397 commit e2000a7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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:28.868571",
8-
"spec_repo_commit": "b56263de"
7+
"regenerated": "2025-02-12 17:13:43.519715",
8+
"spec_repo_commit": "154100ad"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-12 15:28:28.883067",
13-
"spec_repo_commit": "b56263de"
12+
"regenerated": "2025-02-12 17:13:43.534267",
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/datadog_api_client/v1/api/monitors_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def list_monitors(
679679
Get all monitors from your organization.
680680
681681
:param group_states: When specified, shows additional information about the group states.
682-
Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data``.
682+
Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data`` ( ``no%20data`` ).
683683
:type group_states: str, optional
684684
:param name: A string to filter monitors by name.
685685
:type name: str, optional
@@ -743,7 +743,7 @@ def list_monitors_with_pagination(
743743
Provide a paginated version of :meth:`list_monitors`, returning all items.
744744
745745
:param group_states: When specified, shows additional information about the group states.
746-
Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data``.
746+
Choose one or more from ``all`` , ``alert`` , ``warn`` , and ``no data`` ( ``no%20data`` ).
747747
:type group_states: str, optional
748748
:param name: A string to filter monitors by name.
749749
:type name: str, optional

0 commit comments

Comments
 (0)