Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): OpenAPI spec update via Stainless API #818

Merged
merged 1 commit into from
Jun 5, 2024
Merged
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 .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1335
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-04b940c9141154f42fa17e1b4eba14b56e9adf9ba62d92c1bb61ab180531b928.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-21481e672b35bdfdd6e4482f28cd9a5ac58ddff62f5b8506a3de0d53d58572fe.yml
4 changes: 2 additions & 2 deletions src/cloudflare/resources/radar/http/ases/os.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get(
systems. Values are a percentage out of the total traffic.

Args:
os: IP version.
os: Operating system.

asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
For example, `-174, 3356` excludes results from AS174, but includes results from
Expand Down Expand Up @@ -238,7 +238,7 @@ async def get(
systems. Values are a percentage out of the total traffic.

Args:
os: IP version.
os: Operating system.

asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
For example, `-174, 3356` excludes results from AS174, but includes results from
Expand Down
4 changes: 2 additions & 2 deletions src/cloudflare/resources/radar/http/locations/os.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get(
Values are a percentage out of the total traffic.

Args:
os: IP version.
os: Operating system.

asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
For example, `-174, 3356` excludes results from AS174, but includes results from
Expand Down Expand Up @@ -238,7 +238,7 @@ async def get(
Values are a percentage out of the total traffic.

Args:
os: IP version.
os: Operating system.

asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
For example, `-174, 3356` excludes results from AS174, but includes results from
Expand Down