Skip to content

Commit b3fc97d

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#818)
1 parent f4f82f4 commit b3fc97d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1335
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-04b940c9141154f42fa17e1b4eba14b56e9adf9ba62d92c1bb61ab180531b928.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-21481e672b35bdfdd6e4482f28cd9a5ac58ddff62f5b8506a3de0d53d58572fe.yml

src/cloudflare/resources/radar/http/ases/os.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def get(
9191
systems. Values are a percentage out of the total traffic.
9292
9393
Args:
94-
os: IP version.
94+
os: Operating system.
9595
9696
asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
9797
For example, `-174, 3356` excludes results from AS174, but includes results from
@@ -238,7 +238,7 @@ async def get(
238238
systems. Values are a percentage out of the total traffic.
239239
240240
Args:
241-
os: IP version.
241+
os: Operating system.
242242
243243
asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
244244
For example, `-174, 3356` excludes results from AS174, but includes results from

src/cloudflare/resources/radar/http/locations/os.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def get(
9191
Values are a percentage out of the total traffic.
9292
9393
Args:
94-
os: IP version.
94+
os: Operating system.
9595
9696
asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
9797
For example, `-174, 3356` excludes results from AS174, but includes results from
@@ -238,7 +238,7 @@ async def get(
238238
Values are a percentage out of the total traffic.
239239
240240
Args:
241-
os: IP version.
241+
os: Operating system.
242242
243243
asn: Array of comma separated list of ASNs, start with `-` to exclude from results.
244244
For example, `-174, 3356` excludes results from AS174, but includes results from

0 commit comments

Comments
 (0)