v2

latestOpenAPI 3.1.02026-08-074390396.7 KB
Events

Update event

patch/api/v1/events/{event_uuid}

Path parameters

event_uuidstring required

event_uuid

Request body

Example request

{
  "event": {
    "name": "Bob Marley Live",
    "venueName": "The Lyceum Theatre",
    "startDatetime": "1975-07-17T22:30:00+01:00",
    "endDatetime": "1975-07-18T02:30:00+01:00",
    "timeZone": "Europe/London"
  }
}

Response

successful

Example response

{
  "data": {
    "id": "da6b7ad694d5",
    "type": "event"
  }
}