File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-07-02 11:31:44.639746 ",
8- "spec_repo_commit": "ab77d015 "
7+ "regenerated": "2025-07-02 15:33:41.188163 ",
8+ "spec_repo_commit": "324946ba "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-07-02 11:31:44.658036 ",
13- "spec_repo_commit": "ab77d015 "
12+ "regenerated": "2025-07-02 15:33:41.204957 ",
13+ "spec_repo_commit": "324946ba "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -54008,13 +54008,13 @@ paths:
5400854008 schema:
5400954009 type: string
5401054010 - description: The number of connections to be returned. The maximum value is
54011- 5000 .
54011+ 7500 .
5401254012 in: query
5401354013 name: limit
5401454014 schema:
5401554015 default: 100
5401654016 format: int32
54017- maximum: 5000
54017+ maximum: 7500
5401854018 minimum: 1
5401954019 type: integer
5402054020 responses:
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public GetAggregatedConnectionsOptionalParameters tags(String tags) {
105105 /**
106106 * Set limit.
107107 *
108- * @param limit The number of connections to be returned. The maximum value is 5000 . (optional,
108+ * @param limit The number of connections to be returned. The maximum value is 7500 . (optional,
109109 * default to 100)
110110 * @return GetAggregatedConnectionsOptionalParameters
111111 */
You can’t perform that action at this time.
0 commit comments