Skip to content

Commit 8861a26

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 324946b of spec repo
1 parent 5fd6bba commit 8861a26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55828,13 +55828,13 @@ paths:
5582855828
schema:
5582955829
type: string
5583055830
- description: The number of connections to be returned. The maximum value is
55831-
5000.
55831+
7500.
5583255832
in: query
5583355833
name: limit
5583455834
schema:
5583555835
default: 100
5583655836
format: int32
55837-
maximum: 5000
55837+
maximum: 7500
5583855838
minimum: 1
5583955839
type: integer
5584055840
responses:

services/cloud_network_monitoring/src/v2/CloudNetworkMonitoringApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export interface CloudNetworkMonitoringApiGetAggregatedConnectionsRequest {
203203
*/
204204
tags?: string;
205205
/**
206-
* The number of connections to be returned. The maximum value is 5000.
206+
* The number of connections to be returned. The maximum value is 7500.
207207
* @type number
208208
*/
209209
limit?: number;

0 commit comments

Comments
 (0)