v1
latestOpenAPI 3.1.02026-07-2654172281.3 KBpublic_workspaces
public
Workspaces
Create OAuth override credentials for a workspace and source type.
Create/update a set of OAuth credentials to override the Airbyte-provided OAuth credentials used for source/destination OAuth. In order to determine what the credential configuration needs to be, please see the connector specification of the relevant source/destination.
put/workspaces/{workspaceId}/oauthCredentials
Request body
Example request
{
"configuration": {
"credentials": {
"client_id": "123456789000",
"client_secret": "secret"
}
}
}Response
OAuth credential override was successful.