Search + K

Command Palette

Search for a command to run...

Sign In

Adds a tag to an event

POST /accounts/{account_id}/cloudforce-one/events/event_tag/{event_id}/create
Copy endpoint
https://api.cloudflare.com/client/v4

Parameters

path Path Parameters

Name Type
account_id required

Account ID.

number
event_id required

Event UUID.

string

Request Body

application/json
{ tags: string[]; }

Responses

200 application/json

Returns success if operation succeeded.

{ result: { success: boolean; };success: boolean; }

Client Errors

400 application/json

Bad Request.

{ errors: { message: string; }[];result: {};success: boolean; }