Skip to content
Developers
Time off

Approve a time off request

POST /time-off/{request_id}/approve

POST
/time-off/{request_id}/approve

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

request_id*string

Time off request ID.

Response Body

application/json

curl -X POST "https://loading/api/v1/time-off/string/approve"
{
  "data": {}
}
Empty
Empty
Empty
Empty