v2
latestOpenAPI 3.1.02026-08-07750280.6 KBEvents
Update event
Update a specific event by ID. All fields in the request body are optional - only include fields you want to change.
patch/events/{event_id}
Path parameters
event_idstring uuid required
Request body
Example request
{
"client_email": "mario@example.com",
"client_full_name": "Mario Rossi",
"details": "Updated suite room",
"extras": {
"custom_field_values": {
"room_type": "deluxe"
}
}
}Response
Event updated successfully