Modify connector
Modify a connector
Authorizations
Path Parameters
Body
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.
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.
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}
.
Was this page helpful?