Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#2006)
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 c4e0e4b commit 1311d90
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 zero_trust/accessservicetoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (r *AccessServiceTokenService) Rotate(ctx context.Context, identifier strin

type ServiceToken struct {
// The ID of the service token.
ID interface{} `json:"id"`
ID string `json:"id"`
// The Client ID for the service token. Access will check for this value in the
// `CF-Access-Client-ID` request header.
ClientID string `json:"client_id"`
Expand Down

0 comments on commit 1311d90

Please sign in to comment.