Update Connector
UpdateConnector updates a Connector with the specified request body. All mutable fields are updated as per the
request body, and the updatedAt
field is set to the current time. Any missing fields will be unset unless this
causes a validation error, in which case the request will fail with a 400 Bad Request response.
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
ConnectorUpdate is the input to the UpdateConnector endpoint.
HTTPConnectorUpdate is the input to the UpdateHTTPConnector endpoint. Connections cannot be updated via the
UpdateHTTPConnector endpoint. To update an Connection, use the UpdateConnection
endpoint.
ConnectorUpdateBase provides the common fields to update any Connector type. Attempts to mutate a field marked
Versions cannot be updated via this endpoint.
ConnectorUpdate is the input to the UpdateConnector endpoint.
HTTPConnectorUpdate is the input to the UpdateHTTPConnector endpoint. Connections cannot be updated via the
UpdateHTTPConnector endpoint. To update an Connection, use the UpdateConnection
endpoint.
ConnectorUpdateBase provides the common fields to update any Connector type. Attempts to mutate a field marked
Versions cannot be updated via this endpoint.
ConnectorUpdate is the input to the UpdateConnector endpoint.
BigQueryConnectorUpdate is the input to the UpdateBigQueryConnector endpoint. Connections cannot be updated
via the UpdateBigQueryConnector endpoint. To update an Connection, use the UpdateConnection
endpoint.
ConnectorUpdateBase provides the common fields to update any Connector type. Attempts to mutate a field marked
Versions cannot be updated via this endpoint.
Response
OK
Connector represents a connector to an external system. HTTPConnector represents a connector to an external system over HTTP. ConnectorBase holds common fields which exist across all Connector protocols.
Connector represents a connector to an external system. HTTPConnector represents a connector to an external system over HTTP. ConnectorBase holds common fields which exist across all Connector protocols.
Connector represents a connector to an external system. BigQueryConnector represents a connector to a Google BigQuery dataset. ConnectorBase holds common fields which exist across all Connector protocols.