bc9cbcc9c5f1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-064243217.4 KB
Events

Update Event

Replace the mutable properties of an Event.

put/locations/{location_id}/events/{event_id}

Path parameters

location_idinteger required

Location ID

event_idinteger required

Event ID

Query parameters

includestring[]

Related resources to include in the updated Event

Headers

Acceptstring required

Required B2B v2 response media type. Use application/vnd.api.v2+json. A charset parameter is also accepted.

Content-Type'application/json' required

Request media type

Authorizationstring required

Bearer {partner_token}, User {user_token}

Request body

staff_idinteger required

Team Member ID

service_idinteger required

Service ID

resource_instance_idsinteger[] required

Resource Instance IDs; an empty array is allowed

label_idsinteger[] required

Tag IDs; an empty array is allowed

datestring required

Event start in the Location timezone as YYYY-MM-DD HH:MM:SS

lengthinteger required

Total Event duration in seconds, including any technical break

technical_break_durationinteger nullable

Technical break in seconds; null keeps or derives the current value

capacityinteger required

Total number of available places

commentstring nullable

Event comment

colorstring nullable

Event color including #

instructionsstring nullable

Instructions for Booking Users

stream_linkstring nullable

Online Event stream link

forceboolean

Skip Team Member and Resource Instance availability conflicts

Response

Event updated successfully