Skip to content
Developers
Time off

Update a time off request

PATCH /time-off/{request_id}

PATCH
/time-off/{request_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

request_id*string

Time off request ID.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://loading/api/v1/time-off/string" \  -H "Content-Type: application/json" \  -d '{    "reason": "Vacation updated"  }'
{
  "data": {
    "reason": "Vacation updated"
  }
}
Empty
Empty
Empty
Empty