put https://api.bamboohr.com/api/gateway.php//v1/time_off/requests//status
This endpoint allows you to change the status of a request in the system. You can use this to approve, deny, or cancel a time off request.
Sample Request
{
"status": "approved",
"note": "Have fun!"
}
Notes
Accepted status values are: "approved", "denied" (or "declined"), "canceled".
Any email alerts that would normally be triggered by the web UI will be triggered by the use of this API.
The note provided will be used as the manager's note if the status is approved or denied.