Oauth
Update an OAuth configuration.
[quiva.ai admins only] Update the OAuth configuration for a specific integration - full configuration replacement
PUT
Authorizations
JWT Authorization header using the Bearer scheme
Path Parameters
Integration identifier
Body
application/json
Unique identifier for the integration
Name of the OAuth integration
Comma-separated list of OAuth scopes
Example:
"read,write,admin"
OAuth client ID
OAuth client secret
Authorization URL for the OAuth flow
Token URL to exchange authorization code for access token
Redirect URL used in the OAuth flow
Response
OAuth configuration
Success message