PATCH /accounts/{account_id}/one/integrations/{id}
Updates an integration's name, permissions, DLP profiles, use cases, or credentials.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
Integration ID. |
account_id |
String | Yes |
Cloudflare account identifier. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
use_cases[] |
Array | No |
List of use case or feature slugs to enroll (e.g., ['casb', 'ces', 'auto_remediation']). |
name |
String | No |
Name of the integration. |
credentials |
Object | No |
Partial credential fields to merge with existing. |
permissions[] |
Array | No |
List of permission scopes granted to the integration. |
dlp_profiles[] |
Array | No |
List of DLP profile IDs to associate with the integration. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.