Skip to content

Commit dcc798f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6332a3d of spec repo
1 parent fdb4687 commit dcc798f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29165,7 +29165,7 @@ openapi: 3.0.0
2916529165
paths:
2916629166
/:
2916729167
get:
29168-
description: Get information about Datadog IP ranges.
29168+
description: Get information about Datadog IP ranges, including service-specific prefixes.
2916929169
operationId: GetIPRanges
2917029170
responses:
2917129171
"200":

src/datadog_api_client/v1/api/ip_ranges_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_ip_ranges(
8989
) -> IPRanges:
9090
"""List IP Ranges.
9191
92-
Get information about Datadog IP ranges.
92+
Get information about Datadog IP ranges, including service-specific prefixes.
9393
9494
:rtype: IPRanges
9595
"""

0 commit comments

Comments
 (0)