Skip to content

Commit f3d9db8

Browse files
chore(api): update composite API spec
1 parent f9bb7ff commit f3d9db8

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1802
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b55c5ed403175c2e889e53a7ca6957996af4a746487b986b796dce7e461ad062.yml
3-
openapi_spec_hash: 7d512e7d9edf8e7150d279f4ed4c3dd5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-8019ed407c757591206546a5096fda8fc6e7aea8e267ec5c868f3fd0f4f27b68.yml
3+
openapi_spec_hash: 73acfc45dcc9089bc18ce690c6d8cb56
44
config_hash: 7f7d0989caf43ee0fc1a934907e4db8a

src/cloudflare/resources/images/v1/stats.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ def get(
5353
extra_body: Body | None = None,
5454
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5555
) -> Stat:
56-
"""
57-
Fetch usage statistics details for Cloudflare Images.
56+
"""Fetch image statistics details for Cloudflare Images.
57+
58+
The returned statistics
59+
detail storage usage, including the current image count vs this account's
60+
allowance.
5861
5962
Args:
6063
account_id: Account identifier tag.
@@ -113,8 +116,11 @@ async def get(
113116
extra_body: Body | None = None,
114117
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
115118
) -> Stat:
116-
"""
117-
Fetch usage statistics details for Cloudflare Images.
119+
"""Fetch image statistics details for Cloudflare Images.
120+
121+
The returned statistics
122+
detail storage usage, including the current image count vs this account's
123+
allowance.
118124
119125
Args:
120126
account_id: Account identifier tag.

0 commit comments

Comments
 (0)