Skip to content

Commit 3dc4691

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 324946ba of spec repo
1 parent 04f42ee commit 3dc4691

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:59.870293",
8-
"spec_repo_commit": "ab77d015"
7+
"regenerated": "2025-07-02 15:33:37.241639",
8+
"spec_repo_commit": "324946ba"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-02 11:31:59.886390",
13-
"spec_repo_commit": "ab77d015"
12+
"regenerated": "2025-07-02 15:33:37.258447",
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:

packages/datadog-api-client-v2/apis/CloudNetworkMonitoringApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export interface CloudNetworkMonitoringApiGetAggregatedConnectionsRequest {
175175
*/
176176
tags?: string;
177177
/**
178-
* The number of connections to be returned. The maximum value is 5000.
178+
* The number of connections to be returned. The maximum value is 7500.
179179
* @type number
180180
*/
181181
limit?: number;

0 commit comments

Comments
 (0)