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 POST \ --url https://api.everhour.com/resource-planner/time-off-types \ --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" }
Create a new time-off type.
"Sick"
"#4babe5"
true
"some notes"
Created
876534