Update Connection
UpdateConnection updates an Connection. Credentials may be reordered and AuthSchemeConfigs updated, however
actual Credentials may only be updated via the UpdateCredential
operation.
Authorizations
Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
Path Parameters
ID is the unique identifier of the Connector.
Body
ConnectionUpdate defines the updates to apply to an existing Connection.
This supports renaming the Connection, editing variables, and updating the order and AuthSchemeConfig of each ConnectionCredential.
ID is the unique identifier of the Connection. Typically this is only used internally and most (if not all)
public-facing APIs will use the name
in combination with the Connector's id
instead.
Name is the new name of the Connection.
ConnectionCredentialsUpdate defines the Action and Trigger credentials for the owning Connector.
Only the order and the AuthSchemeConfig of each ConnectionCredential can be updated. To update the underlying
Credential, the UpdateCredential
operation should be used.
Variables, if set, will replace the existing variables in the Connection. Setting to an empty array will delete all variables. Omitting this field will leave the existing variables unchanged.
Name is the name of the connection variable.
Value is the value of the connection variable.
Response
Connection defines the Action and Trigger credentials for the owning Connector, and additional variables which can be used to customize the Connector in a particular connection.
ID is the unique identifier of the Connection. Typically this is only used internally and most (if not all)
public-facing APIs will use the name
in combination with the Connector's id
instead.
Name is the name of the Connection. This must be unique within the owning Connector.
ConnectionCredentials defines the Action and Trigger credentials for the owning Connector. If multiple credentials are defined for each type, they are applied to the request in the order they are defined. This is to enable Connectors which require both a user session token and an API key to be provided in the request.
Name is the name of the connection variable.
Value is the value of the connection variable.
CreatedAt is the time the Connection was created.
UpdatedAt is the time the Connection was last updated.