Skip to content

Commit 787a401

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 154100ad of spec repo
1 parent 887f45e commit 787a401

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:22.653238",
8-
"spec_repo_commit": "b56263de"
7+
"regenerated": "2025-02-12 17:13:40.773453",
8+
"spec_repo_commit": "154100ad"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-12 15:28:22.668686",
13-
"spec_repo_commit": "b56263de"
12+
"regenerated": "2025-02-12 17:13:40.789483",
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

lib/datadog_api_client/v1/api/monitors_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def list_monitors(opts = {})
522522
# Get all monitors from your organization.
523523
#
524524
# @param opts [Hash] the optional parameters
525-
# @option opts [String] :group_states When specified, shows additional information about the group states. Choose one or more from `all`, `alert`, `warn`, and `no data`.
525+
# @option opts [String] :group_states When specified, shows additional information about the group states. Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).
526526
# @option opts [String] :name A string to filter monitors by name.
527527
# @option opts [String] :tags A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, `host:host0`.
528528
# @option opts [String] :monitor_tags A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, `service:my-app`.

0 commit comments

Comments
 (0)