Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

UUID of the time-off period.

Body

application/json
type
enum<string>
Available options:
vacation,
out_of_office
title
string
Maximum string length: 255
startDate
string<date>
endDate
string<date>
startHalfDay
boolean
endHalfDay
boolean
startHalfDayCutoff
string | null

Half-day cutoff (HH:MM). Required when startHalfDay is true.

endHalfDayCutoff
string | null

Half-day cutoff (HH:MM). Required when endHalfDay is true.

note
string | null
Maximum string length: 1000

Response

Updated time-off period.

uuid
string<uuid>
uri
string<uri>
type
enum<string>
Available options:
vacation,
out_of_office
title
string | null
startDate
string<date>
endDate
string<date>
startHalfDay
boolean
endHalfDay
boolean
startHalfDayCutoff
string | null
endHalfDayCutoff
string | null
note
string | null
Last modified on April 29, 2026