Skip to content

Commit 8e5abb1

Browse files
unhide client id and client secret from open api spec (#456) (#457)
Co-authored-by: Sainish Momin <[email protected]>
1 parent de5639e commit 8e5abb1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

openapi-raw.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7881,11 +7881,9 @@ components:
78817881
client_id:
78827882
description: '_t__OAuthTokenRefresh::CLIENT_ID'
78837883
type: string
7884-
x-hideOn: doc
78857884
client_secret:
78867885
description: '_t__OAuthTokenRefresh::CLIENT_SECRET'
78877886
type: string
7888-
x-hideOn: doc
78897887
type: object
78907888
ReportCreateRequest:
78917889
required:

openapi-sdk.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7975,11 +7975,9 @@ components:
79757975
client_id:
79767976
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.'
79777977
type: string
7978-
x-hideOn: doc
79797978
client_secret:
79807979
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.'
79817980
type: string
7982-
x-hideOn: doc
79837981
type: object
79847982
ReportCreateRequest:
79857983
required:

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7972,6 +7972,12 @@ components:
79727972
refresh_token:
79737973
description: 'The token provided when you got the expired access token.'
79747974
type: string
7975+
client_id:
7976+
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.'
7977+
type: string
7978+
client_secret:
7979+
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.'
7980+
type: string
79757981
type: object
79767982
ReportCreateRequest:
79777983
required:

0 commit comments

Comments
 (0)