PUT /zones/{zone_id}/page_shield/policies/{policy_id}
Update a Page Shield policy by ID.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
policy_id |
String | Yes | |
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 |
---|---|---|---|
action |
String | No |
The action to take if the expression matches Possible values:
|
description |
String | No |
A description for the policy |
expression |
String | No |
The expression which must match for the policy to be applied, using the Cloudflare Firewall rule expression syntax |
enabled |
Boolean | No |
Whether the policy is enabled |
value |
String | No |
The policy which will be applied |
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.