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
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Connector base URL updated successfully
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.
Default response for non-success status; Return relevant information to aid support.
Connector not found.
Connector is retired; baseUrl cannot be updated.
Default response for non-success status; Return relevant information to aid support.