Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 5, 2024
1 parent f4f82f4 commit b3fc97d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit b3fc97d

Please sign in to comment.