Skip to content

Commit 9dc28ef

Browse files
feat(api): api update
1 parent 6ddf7bd commit 9dc28ef

2 files changed

Lines changed: 6 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: 1782
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a70ee5e2ed74bb497eaeab36c8bac4e915d0ccceffcac0d49c506286379bb557.yml
3-
openapi_spec_hash: c286686962046e02f46ef991dd5a0e1b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-37baa5bf56cb5d922c72fa374252a211dfc396eeb8d9628d9763470983f799c2.yml
3+
openapi_spec_hash: df85101112d7aad9a1e0cb8dd01e6d8b
44
config_hash: eda5b3d9487ce675d1fadf88153b457d

src/cloudflare/resources/cloudforce_one/binary_storage.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def create(
5656
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
5757
) -> BinaryStorageCreateResponse:
5858
"""
59-
Posts a file to BinDB
59+
Posts a file to Binary Storage
6060
6161
Args:
6262
account_id: Account ID.
@@ -102,7 +102,7 @@ def get(
102102
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
103103
) -> None:
104104
"""
105-
Posts a file to BinDB
105+
Retrieves a file from Binary Storage
106106
107107
Args:
108108
account_id: Account ID.
@@ -164,7 +164,7 @@ async def create(
164164
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
165165
) -> BinaryStorageCreateResponse:
166166
"""
167-
Posts a file to BinDB
167+
Posts a file to Binary Storage
168168
169169
Args:
170170
account_id: Account ID.
@@ -210,7 +210,7 @@ async def get(
210210
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
211211
) -> None:
212212
"""
213-
Posts a file to BinDB
213+
Retrieves a file from Binary Storage
214214
215215
Args:
216216
account_id: Account ID.

0 commit comments

Comments
 (0)