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/sections/{section_id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "Section Name", "position": 1, "status": "open" } '
{ "id": 1234, "name": "Section Name", "project": "ev:1234567890", "position": 1, "status": "open" }
Update a section’s name or position.
Section ID
349235
"Section Name"
1
open
archived
"open"
OK
1234
"ev:1234567890"