Create OAuth override credentials for an organization 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.
Path parameters
Request body
Example request
{
"configuration": {
"credentials": {
"client_id": "123456789000",
"client_secret": "secret"
}
}
}Response
OAuth credential override was successful.
Changes
Changed in 3 of the 31 revisions of this API.23
- ○
added
ticktickto theconfigurationrequest propertyoneOflistrequest-property-one-of-added
- ○
- ▲
added the new path request parameter
organizationIdnew-request-path-parameter
- ▲
removed
snowflakefrom theconfigurationrequest propertyoneOflistrequest-property-one-of-removed
- ○
added
intercomto theconfigurationrequest propertyoneOflistrequest-property-one-of-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○