PATCH /accounts/{account_id}/cloudforce-one/events/queries/{query_id}
Update an existing saved event query by its ID
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
query_id |
Integer | Yes |
Event query ID |
account_id |
String | Yes |
Account ID. |
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 |
|---|---|---|---|
query_json |
String | No |
JSON string containing the query parameters |
name |
String | No |
Unique name for the saved query |
alert_enabled |
Boolean | No |
Enable alerts for this query |
rule_scope |
String | No |
Scope for the rule |
alert_rollup_enabled |
Boolean | No |
Enable alert rollup for this query |
rule_enabled |
Boolean | No |
Enable rule for this query |
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.