v3

latestSwagger 2.02026-08-067506752.0 MB
calendar

Update an existing calendar entry

patch/v2/org/{orgId}/calendar-event/{calendarEntryId}

Path parameters

orgIdstring required

Org identifier (either id or slug)

calendarEntryIdstring required

Calendar entry id

Request body

labelstring

human-readable label for event

descriptionstring
fromstring date

start date for event (inclusive)

untilstring date

end date for event (exclusive)

Example request

{
  "from": "2024-02-29",
  "until": "2024-04-01"
}

Response

No Content