v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Time Off

Approve a time off cancellation request

Approve a time off cancellation request. In order to approve a time off cancellation request, the timeoff status must be cancel_requested.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage timeoffs (time_and_attendance)-Manage timeoffs (timeoff:write)
post/v1/timeoff/{timeoff_id}/cancel-request/approve

Path parameters

timeoff_idstring required

Time Off ID

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}