Update application credential
Partially updates an OAuth application credential. Only fields included in the request body are updated; omitted fields are left unchanged. Pass null to explicitly clear a field (e.g. client_secret or external_id).
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
id
Request
This endpoint expects an object.
client_id
client_secret
external_id
oauth2_scopes_override
Space-separated OAuth scopes to request instead of the connector’s default scopes, applied to the OAuth option configured on this credential. Send an empty string to clear the override and revert to the connector defaults; a cleared override reads back as an empty string, while a field that was never set reads back as null. A value equal to the connector’s default scopes is treated as no override and reads back as null.
Response
id
connector_slug
client_id
external_id
is_global_default
created_at
modified_at
oauth2_scopes_override