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 1
1
{
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 "
4
4
}
Original file line number Diff line number Diff line change @@ -54458,13 +54458,13 @@ paths:
54458
54458
schema:
54459
54459
type: string
54460
54460
- description: The number of connections to be returned. The maximum value is
54461
- 5000 .
54461
+ 7500 .
54462
54462
in: query
54463
54463
name: limit
54464
54464
schema:
54465
54465
default: 100
54466
54466
format: int32
54467
- maximum: 5000
54467
+ maximum: 7500
54468
54468
minimum: 1
54469
54469
type: integer
54470
54470
responses:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub struct GetAggregatedConnectionsOptionalParams {
18
18
pub group_by : Option < String > ,
19
19
/// Comma-separated list of tags to filter connections by.
20
20
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 .
22
22
pub limit : Option < i32 > ,
23
23
}
24
24
@@ -43,7 +43,7 @@ impl GetAggregatedConnectionsOptionalParams {
43
43
self . tags = Some ( value) ;
44
44
self
45
45
}
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 .
47
47
pub fn limit ( mut self , value : i32 ) -> Self {
48
48
self . limit = Some ( value) ;
49
49
self
You can’t perform that action at this time.
0 commit comments