PATCH /zones/{zone_id}/managed_headers
Updates the status of one or more Managed Transforms.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
zone_id |
String | Yes |
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 |
---|---|---|---|
managed_request_headers[] |
Array | Yes |
The list of Managed Request Transforms. |
managed_request_headers[].conflicts_with[] |
Array | No |
The Managed Transforms that this Managed Transform conflicts with. |
managed_request_headers[].enabled |
Boolean | Yes |
Whether the Managed Transform is enabled. |
managed_request_headers[].has_conflict |
Boolean | Yes |
Whether the Managed Transform conflicts with the currently-enabled Managed Transforms. |
managed_response_headers[] |
Array | Yes |
The list of Managed Response Transforms. |
managed_response_headers[].conflicts_with[] |
Array | No |
The Managed Transforms that this Managed Transform conflicts with. |
managed_response_headers[].enabled |
Boolean | Yes |
Whether the Managed Transform is enabled. |
managed_response_headers[].has_conflict |
Boolean | Yes |
Whether the Managed Transform conflicts with the currently-enabled Managed Transforms. |
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.