Modify a connector
Authentication configuration for the connector. This object contains the necessary credentials and settings required to authenticate with the external service. You can get the required configuration fields from the GET /api/v1/connectors/{connectorId}/config
endpoint.
A list of actions that are limited or restricted for the connector. This can be used to specify which actions the connector is allowed or not allowed to perform. The list of possible actions can be found in the API documentation.
Flag to indicate if the connector is enabled. When set to false, the connector will not process any requests. You can toggle this value to temporarily disable the connector without deleting it. Default value can be found in the GET /api/v1/connectors/{connectorId}
endpoint response.
Status of the patch operation. Returns ‘success’ when the connector is successfully updated. For detailed information about possible status values, refer to the API documentation at PATCH /api/v1/connectors/{connectorId}
.