Skip to content

Commit 6503a16

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#1165)
1 parent 522bc46 commit 6503a16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1254
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6479aeb5bec3a92a5e31e7129065d636310157577470eda192516abad197e96c.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9ec83085fa15e1f1cc613401a707a27556909eab3b6b756359938f8fd4a1aef4.yml

src/cloudflare/resources/r2/temporary_credentials.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def create(
6363
Args:
6464
account_id: Account ID
6565
66-
bucket: Name of the GCS bucket
66+
bucket: Name of the R2 bucket
6767
6868
parent_access_key_id: The parent access key id to use for signing
6969
@@ -142,7 +142,7 @@ async def create(
142142
Args:
143143
account_id: Account ID
144144
145-
bucket: Name of the GCS bucket
145+
bucket: Name of the R2 bucket
146146
147147
parent_access_key_id: The parent access key id to use for signing
148148

src/cloudflare/types/r2/temporary_credential_create_params.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TemporaryCredentialCreateParams(TypedDict, total=False):
1515
"""Account ID"""
1616

1717
bucket: Required[str]
18-
"""Name of the GCS bucket"""
18+
"""Name of the R2 bucket"""
1919

2020
parent_access_key_id: Required[Annotated[str, PropertyInfo(alias="parentAccessKeyId")]]
2121
"""The parent access key id to use for signing"""

0 commit comments

Comments
 (0)