Skip to content

Commit

Permalink
Remove client_id, client_secret from OAuthTokenRefreshRequest in docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio-dropbox authored Nov 5, 2024
1 parent 3fb145f commit dfb049c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7881,9 +7881,11 @@ components:
client_id:
description: '_t__OAuthTokenRefresh::CLIENT_ID'
type: string
x-hideOn: doc
client_secret:
description: '_t__OAuthTokenRefresh::CLIENT_SECRET'
type: string
x-hideOn: doc
type: object
ReportCreateRequest:
required:
Expand Down
2 changes: 2 additions & 0 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7975,9 +7975,11 @@ components:
client_id:
description: 'The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled.'
type: string
x-hideOn: doc
client_secret:
description: 'The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled.'
type: string
x-hideOn: doc
type: object
ReportCreateRequest:
required:
Expand Down
6 changes: 0 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7972,12 +7972,6 @@ components:
refresh_token:
description: 'The token provided when you got the expired access token.'
type: string
client_id:
description: 'The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled.'
type: string
client_secret:
description: 'The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled.'
type: string
type: object
ReportCreateRequest:
required:
Expand Down

0 comments on commit dfb049c

Please sign in to comment.