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
Example request
{
"from": "2024-02-29",
"until": "2024-04-01"
}Response
No Content
Changes
No recorded changes to this endpoint across all 10 revisions of this API.