Skip to content

Commit f9bb7ff

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

2 files changed

Lines changed: 6 additions & 12 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-8019ed407c757591206546a5096fda8fc6e7aea8e267ec5c868f3fd0f4f27b68.yml
3-
openapi_spec_hash: 73acfc45dcc9089bc18ce690c6d8cb56
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b55c5ed403175c2e889e53a7ca6957996af4a746487b986b796dce7e461ad062.yml
3+
openapi_spec_hash: 7d512e7d9edf8e7150d279f4ed4c3dd5
44
config_hash: 7f7d0989caf43ee0fc1a934907e4db8a

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ def get(
5353
extra_body: Body | None = None,
5454
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5555
) -> Stat:
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.
56+
"""
57+
Fetch usage statistics details for Cloudflare Images.
6158
6259
Args:
6360
account_id: Account identifier tag.
@@ -116,11 +113,8 @@ async def get(
116113
extra_body: Body | None = None,
117114
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
118115
) -> Stat:
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.
116+
"""
117+
Fetch usage statistics details for Cloudflare Images.
124118
125119
Args:
126120
account_id: Account identifier tag.

0 commit comments

Comments
 (0)