Skip to content

Commit 7300a49

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c0f313d of spec repo
1 parent fd54699 commit 7300a49

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
@@ -29231,7 +29231,7 @@ openapi: 3.0.0
2923129231
paths:
2923229232
/:
2923329233
get:
29234-
description: Get information about Datadog IP ranges.
29234+
description: Get information about Datadog IP ranges, including service-specific prefixes.
2923529235
operationId: GetIPRanges
2923629236
responses:
2923729237
"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)