Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-12 15:28:27.810725",
"spec_repo_commit": "b56263de"
"regenerated": "2025-02-12 17:13:41.012052",
"spec_repo_commit": "154100ad"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-12 15:28:27.826384",
"spec_repo_commit": "b56263de"
"regenerated": "2025-02-12 17:13:41.028426",
"spec_repo_commit": "154100ad"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29008,7 +29008,7 @@ paths:
- description: 'When specified, shows additional information about the group
states.

Choose one or more from `all`, `alert`, `warn`, and `no data`.'
Choose one or more from `all`, `alert`, `warn`, and `no data` (`no%20data`).'
in: query
name: group_states
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ public static class ListMonitorsOptionalParameters {
*
* @param groupStates When specified, shows additional information about the group states.
* Choose one or more from <code>all</code>, <code>alert</code>, <code>warn</code>, and
* <code>no data</code>. (optional)
* <code>no data</code> (<code>no%20data</code>). (optional)
* @return ListMonitorsOptionalParameters
*/
public ListMonitorsOptionalParameters groupStates(String groupStates) {
Expand Down