Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 13, 2024
1 parent 616345a commit 86e9256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1281
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e9768930aab7041f58b5f317137699bbd040d5be0864adcee08df4a026b99300.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-839600a13efe864362aeb0940c721ebf4bbace7a23853dc24da23e029dc06116.yml
2 changes: 1 addition & 1 deletion src/resources/zero-trust/access/service-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export interface ServiceToken {
/**
* The ID of the service token.
*/
id?: unknown;
id?: string;

/**
* The Client ID for the service token. Access will check for this value in the
Expand Down

0 comments on commit 86e9256

Please sign in to comment.