Update Connection
Updates a connection's configuration.
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}`](../../../api-reference/connections/get), 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.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
id
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
configuration
name
healthcheck_interval
Override interval for connection health checking.
organization_id
policies
reconnect
type
validate
Validate connection configuration.
Response
OK
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
