Update an integration
Integrations
Update an integration
Update an existing integration’s name, configuration, or active status.
PATCH
Update an integration
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | No | Updated integration name |
is_active | No | Enable/disable integration |
configuration | No | Updated configuration settings |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the integration to update
Body
application/json
Response
Integration updated successfully

