September 1, 2026
· One min read
This release introduces the ability to partially update events, enabling developers to modify specific event fields without sending the entire event payload. This improves efficiency and simplifies workflows where only a subset of event properties need to be changed.
- PATCH /events/{id} — Update specific fields of an existing event without replacing the entire event resource, allowing for more efficient and targeted modifications to event properties such as title, dates, or custom fields.
PATCH /events/{id}
- endpoint added