PATCH
Python

Authorizations

Authorization
string
header
required

You can generate a Personal Access Token from your settings.

Path Parameters

id
string<uuid4>
required

The event type ID.

Body

application/json
label
string
required

The label for the event type.

Required string length: 1 - 128
label_property_selector
string | null

Property path to extract dynamic label from event metadata (e.g., 'subject' or 'metadata.subject').

Required string length: 1 - 256

Response

Successful Response

created_at
string<date-time>
required

Creation timestamp of the object.

modified_at
string<date-time> | null
required

Last modification timestamp of the object.

id
string<uuid4>
required

The ID of the object.

name
string
required

The name of the event type.

label
string
required

The label for the event type.

organization_id
string<uuid4>
required

The ID of the organization owning the event type.

label_property_selector
string | null

Property path to extract dynamic label from event metadata.