Integrations

Update integration connection credentials

Replace an api_key connection's credentials in place — the reconnect path for a connection that needs attention. Keeps connection-scoped configuration.

patch/integrations/connections/{connectionId}/credentials

Path parameters

connectionIdstring uuid required

Connection ID to update.

Request body

organizationIdstring

Organization the connection belongs to. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

credentialsobject required

Replacement vendor credentials for an api_key connection. Validated against the vendor; resets the connection's health state on success.

Response

OK

Changes

No recorded changes to this endpoint across all 4 revisions of this API.