Time
Update an overtime request
Update an existing overtime request. Only pending overtime requests can be updated.
put/time/overtime_requests/{id}
Request body
Example request
{
"starts_at": "18:00",
"ends_at": "21:00"
}Response
OK
Example response
{
"data": {
"date": "2024-01-15",
"starts_at": "18:00",
"ends_at": "21:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.