Update Workspace Auth Connection

Update an auth connection

Path parameters

auth_connection_idstringRequired

Headers

xi-api-keystringOptional

Request

This endpoint expects an object.
UpdateOAuth2ClientCredsRequestobjectRequired
OR
UpdateBasicAuthRequestobjectRequired
OR
UpdateOAuth2JWTRequestobjectRequired

Response

Successful Response
oauth2_client_credentialsobject
Response model for oauth2 client creds
OR
basic_authobject
Response model for basic auth
OR
bearer_authobject
Response model for bearer auth
OR
oauth2_jwtobject
Response model for OAuth2 JWT auth connections
OR
private_key_jwtobject
Response model for Private Key JWT auth connections
OR
mtlsobject
Response model for mTLS auth connections.
OR
custom_header_authobject
Response model for Custom Header Auth auth connections
OR
api_integration_oauth2_auth_codeobject

Response model for integration-managed OAuth2 Auth Code auth connections

OR
api_integration_oauth2_custom_appobject

Response model for user-owned OAuth2 Custom App auth connections

OR
whatsapp_authobject
OR
slack_bot_authobject
Response model for the internal Slack BYO bot auth connection.

Errors

422
Unprocessable Entity Error