Events

POST /events/{id}/exceptions

Create an exception for an event occurrence. Requires events.update permission.

Path parameters

Name Type Required Description
id string yes The unique identifier of the record

Request body

Required.

application/json

  • originalDate string (date) · required
  • rescheduledDurationMinutes integer
  • rescheduledStart string (date-time)
  • type string · required
{
    "originalDate": "2026-03-05",
    "rescheduledDurationMinutes": 90,
    "rescheduledStart": "2026-03-06 10:00:00",
    "type": "cancelled"
}

Responses

Status Description
201 Exception created
403 Forbidden
404 Not found
422 Validation error

Response 201 body