Skip to content

Commit 505f1ec

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cccd7315 of spec repo
1 parent fd2b767 commit 505f1ec

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-07 15:58:46.331587",
8-
"spec_repo_commit": "1ff7c087"
7+
"regenerated": "2025-02-10 19:52:45.258459",
8+
"spec_repo_commit": "cccd7315"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-07 15:58:46.346813",
13-
"spec_repo_commit": "1ff7c087"
12+
"regenerated": "2025-02-10 19:52:45.278684",
13+
"spec_repo_commit": "cccd7315"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

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

29013-
Choose one or more from `all`, `alert`, `warn`, and `no data`.'
29013+
Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).'
2901429014
in: query
2901529015
name: group_states
2901629016
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)