Skip to content
Start here

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:Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Accepted Permissions (at least one required)
Cloudforce One Write
Path ParametersExpand Collapse
account_id: string

Account ID.

event_id: string

Event UUID.

raw_id: string

Raw Event UUID.

Body ParametersJSONExpand Collapse
data: optional unknown
source: optional string
tlp: optional string
ReturnsExpand Collapse
id: string
data: unknown

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": {}
}