File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "spec_repo_commit": "d93d991 ",
3- "generated": "2025-07-15 09:36:57.148 "
2+ "spec_repo_commit": "2e1c8ca ",
3+ "generated": "2025-07-16 17:29:55.558 "
44}
Original file line number Diff line number Diff line change @@ -54458,13 +54458,13 @@ paths:
5445854458 schema:
5445954459 type: string
5446054460 - description: The number of connections to be returned. The maximum value is
54461- 5000 .
54461+ 7500 .
5446254462 in: query
5446354463 name: limit
5446454464 schema:
5446554465 default: 100
5446654466 format: int32
54467- maximum: 5000
54467+ maximum: 7500
5446854468 minimum: 1
5446954469 type: integer
5447054470 responses:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub struct GetAggregatedConnectionsOptionalParams {
1818 pub group_by : Option < String > ,
1919 /// Comma-separated list of tags to filter connections by.
2020 pub tags : Option < String > ,
21- /// The number of connections to be returned. The maximum value is 5000 .
21+ /// The number of connections to be returned. The maximum value is 7500 .
2222 pub limit : Option < i32 > ,
2323}
2424
@@ -43,7 +43,7 @@ impl GetAggregatedConnectionsOptionalParams {
4343 self . tags = Some ( value) ;
4444 self
4545 }
46- /// The number of connections to be returned. The maximum value is 5000 .
46+ /// The number of connections to be returned. The maximum value is 7500 .
4747 pub fn limit ( mut self , value : i32 ) -> Self {
4848 self . limit = Some ( value) ;
4949 self
You can’t perform that action at this time.
0 commit comments