PATCH
/
api
/
v1
/
integrations
/
{integrationId}

Authorizations

x-api-key
string
headerrequired

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

integrationId
string
required

Body

application/json
authConfig
object

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.

enabled
boolean

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

204 - application/json
status
string
required

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}.