Docs
Set Event Type
PATCH /Events/{eventId}/type
PATCH
/Events/{eventId}/typeRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Sets or changes the event's type. Triggers server-side creation/archival of task-tracked attribute tasks. Called from the create-event dialog and from event settings (not the Dashboard).
Returns 200 OK.
Requires write access to the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| eventId | Guid | Required | The event to set the type on. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| eventTypeId | Guid? | Required | The event type to assign. Pass `null` to clear the type and make the event untyped. |