Updates a raw event
PATCH/accounts/{account_id}/cloudforce-one/events/{event_id}/raw/{raw_id}
Updates a raw event
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Path Parameters
Updates a raw event
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/cloudforce-one/events/$EVENT_ID/raw/$RAW_ID \
-X PATCH \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"id": "1234",
"data": {}
}Returns Examples
{
"id": "1234",
"data": {}
}