Skip to content

Add url encoded parameter #2710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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
@@ -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
@@ -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
Original file line number Diff line number Diff line change
@@ -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) {