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
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "d93d991",
"generated": "2025-07-15 09:33:00.867"
"spec_repo_commit": "2e1c8ca",
"generated": "2025-07-16 17:26:43.623"
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54458,13 +54458,13 @@ paths:
schema:
type: string
- description: The number of connections to be returned. The maximum value is
5000.
7500.
in: query
name: limit
schema:
default: 100
format: int32
maximum: 5000
maximum: 7500
minimum: 1
type: integer
responses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public GetAggregatedConnectionsOptionalParameters tags(String tags) {
/**
* Set limit.
*
* @param limit The number of connections to be returned. The maximum value is 5000. (optional,
* @param limit The number of connections to be returned. The maximum value is 7500. (optional,
* default to 100)
* @return GetAggregatedConnectionsOptionalParameters
*/
Expand Down