Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29231,7 +29231,7 @@ openapi: 3.0.0
paths:
/:
get:
description: Get information about Datadog IP ranges.
description: Get information about Datadog IP ranges, including service-specific prefixes.
operationId: GetIPRanges
responses:
"200":
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/api/ip_ranges_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_ip_ranges(
) -> IPRanges:
"""List IP Ranges.

Get information about Datadog IP ranges.
Get information about Datadog IP ranges, including service-specific prefixes.

:rtype: IPRanges
"""
Expand Down
Loading