Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.everhour.com/resource-planner/time-off-types/{type_id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "Sick", "color": "#4babe5", "paid": true, "description": "some notes" } '
{ "id": 876534, "name": "Sick", "color": "#4babe5", "paid": true, "description": "some notes" }
Update a time-off type’s name, color, or settings.
"Sick"
"#4babe5"
true
"some notes"
OK
876534