Skip to content

Commit c984451

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit fe4dd828 of spec repo
1 parent e26b033 commit c984451

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-06-30 17:05:06.962580",
8-
"spec_repo_commit": "d8e7ee77"
7+
"regenerated": "2025-07-01 20:54:15.331277",
8+
"spec_repo_commit": "fe4dd828"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-30 17:05:06.978141",
13-
"spec_repo_commit": "d8e7ee77"
12+
"regenerated": "2025-07-01 20:54:15.347487",
13+
"spec_repo_commit": "fe4dd828"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53650,7 +53650,7 @@ paths:
5365053650
schema:
5365153651
default: 100
5365253652
format: int32
53653-
maximum: 5000
53653+
maximum: 7500
5365453654
minimum: 1
5365553655
type: integer
5365653656
responses:

lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def get_aggregated_connections_with_http_info(opts = {})
5353
if @api_client.config.debugging
5454
@api_client.config.logger.debug 'Calling API: CloudNetworkMonitoringAPI.get_aggregated_connections ...'
5555
end
56-
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 5000
57-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be smaller than or equal to 5000.'
56+
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 7500
57+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be smaller than or equal to 7500.'
5858
end
5959
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
6060
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling CloudNetworkMonitoringAPI.get_aggregated_connections, must be greater than or equal to 1.'

0 commit comments

Comments
 (0)