Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 5, 2024
1 parent 522bc46 commit 6503a16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1254
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6479aeb5bec3a92a5e31e7129065d636310157577470eda192516abad197e96c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9ec83085fa15e1f1cc613401a707a27556909eab3b6b756359938f8fd4a1aef4.yml
4 changes: 2 additions & 2 deletions src/cloudflare/resources/r2/temporary_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create(
Args:
account_id: Account ID
bucket: Name of the GCS bucket
bucket: Name of the R2 bucket
parent_access_key_id: The parent access key id to use for signing
Expand Down Expand Up @@ -142,7 +142,7 @@ async def create(
Args:
account_id: Account ID
bucket: Name of the GCS bucket
bucket: Name of the R2 bucket
parent_access_key_id: The parent access key id to use for signing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TemporaryCredentialCreateParams(TypedDict, total=False):
"""Account ID"""

bucket: Required[str]
"""Name of the GCS bucket"""
"""Name of the R2 bucket"""

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

0 comments on commit 6503a16

Please sign in to comment.