Skip to main content

Update a connector's base URL

PATCH 

/v1/admin/connectors/:connectorKey/base-url

Replaces the baseUrl on an existing, non-retired connector. The connector row's identity (connectorKey, createdAt) is preserved; only the outbound origin changes. Existing bindings and policies are unaffected — they reference the connector by key, not URL.

Rejected with 404 (CRT004003) when the connector does not exist, and with 409 (CRT009003) when the connector has been retired (retired connectors are conceptually frozen — the only path to change their baseUrl is to register a fresh connector with a new key).

Request

Responses

Connector base URL updated successfully