Update a connection
Updates `name`, `slug`, `config`, `operationPolicy` or `enabled`. Flipping `operationPolicy` to `all` provisions the approval-gated `conn-<slug>` action; flipping it back removes it. Renaming the slug re-provisions the action under the new slug. Authorization: `space:contribute` on the connection’s own space (404 when it lives elsewhere). Returns `{ data: Connection }`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
connectionId
Request
This endpoint expects an object.
name
slug
config
operationPolicy
Allowed values:
enabled
Response
The updated connection.
data