Update an availability period
Availability Periods
Update an availability period
PATCH
Update an availability period
A period defining a member’s expected working hours. Members may not be full-time, and their availability can change over time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The availability period uuid.
Body
application/json
Response
200
A list of available hours for each day of the week. The array size is always 7. The first value represents Monday.
The unique identifier for the object.
The start date for the period. Will be in the form YYYY-MM-DD.
The timestamp when the object was created.
Whether this is the default availability period for the member.
The end date for the period. Will be in the form YYYY-MM-DD. null if the period has no end date.