Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 3, 2024
1 parent 6e30499 commit 52b1f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/resources/r2/temporary-credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class TemporaryCredentials extends APIResource {

export interface TemporaryCredential {
/**
* Name of the GCS bucket
* Name of the R2 bucket
*/
bucket: string;

Expand Down Expand Up @@ -79,7 +79,7 @@ export interface TemporaryCredentialCreateParams {
account_id: string;

/**
* Body param: Name of the GCS bucket
* Body param: Name of the R2 bucket
*/
bucket: string;

Expand Down

0 comments on commit 52b1f90

Please sign in to comment.