Update Connection
Authentication
Basic organization-scoped API key
Basic organization-scoped API key
Updates a connection’s configuration.
Connections owned by a managed Harbor return 409 Conflict. To rename the
Connection, update its Harbor. Customer-managed
Harbor backing Connections remain independently editable.
Updating a connection is a full replacement of its configuration. Any
configuration field you omit is cleared. To make a partial change, fetch
the current connection with
GET /api/connections/{id}, apply your edits, and send the
complete object back.
📘 The connection is re-validated against the upstream service after every update. The request will fail if the new credentials or endpoint cannot be reached.
Syncs that are already running when the update is submitted are not interrupted; the updated configuration takes effect on their next execution.