Skip to main content
PATCH
Change Event Type

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

The time Ruba created this record.

modified_at
string<date-time> | null
required

The time this record last changed.

id
string<uuid4>
required

The stable identifier for this record.

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.