Skip to content

Commit 84bc37c

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#2238)
1 parent adc6f6b commit 84bc37c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1448
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-c6de93f8f17d32aab783331839a3d62613deee459b821a7a76cb0f4e73a038ce.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-35321a10f9aec92aee5cd1982968d65ac8bddae6f8cdc422b8168d0d08b19c29.yml

src/cloudflare/types/zero_trust/devices/os_version_input.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ class OSVersionInput(BaseModel):
2727
os_version_extra: Optional[str] = None
2828
"""Additional version data.
2929
30-
For Mac or iOS, the Product Verison Extra. For Linux, the kernel release
30+
For Mac or iOS, the Product Version Extra. For Linux, the kernel release
3131
version. (Mac, iOS, and Linux only)
3232
"""

src/cloudflare/types/zero_trust/devices/os_version_input_param.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ class OSVersionInputParam(TypedDict, total=False):
2626
os_version_extra: str
2727
"""Additional version data.
2828
29-
For Mac or iOS, the Product Verison Extra. For Linux, the kernel release
29+
For Mac or iOS, the Product Version Extra. For Linux, the kernel release
3030
version. (Mac, iOS, and Linux only)
3131
"""

0 commit comments

Comments
 (0)