From 929f7d8c5790732fdd29e359fd687125c5eae83d Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Tue, 5 Nov 2024 15:07:21 -0600 Subject: [PATCH] Remove client_id, client_secret from OAuthTokenRefreshRequest in docs --- openapi-raw.yaml | 2 ++ openapi-sdk.yaml | 2 ++ openapi.yaml | 6 ------ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/openapi-raw.yaml b/openapi-raw.yaml index c09a1d6c0..b493b4b23 100644 --- a/openapi-raw.yaml +++ b/openapi-raw.yaml @@ -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: diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml index 6b3b73719..2b22c38d0 100644 --- a/openapi-sdk.yaml +++ b/openapi-sdk.yaml @@ -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: diff --git a/openapi.yaml b/openapi.yaml index 356e25cc0..01b6a27be 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: