Skip to content

Commit 02a08d1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 324946ba of spec repo
1 parent 58dd04e commit 02a08d1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

src/main/java/com/datadog/api/client/v2/api/CloudNetworkMonitoringApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)