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/expenses/categories/{category_id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "color": "#92dfb5", "name": "Mileage", "unitBased": true, "unitName": "Miles", "unitPrice": 134 } '
{ "color": "#92dfb5", "id": 236046, "name": "Mileage", "unitBased": true, "unitName": "Miles", "unitPrice": 134 }
Update an expense category.
Expense Category ID
94
"#92dfb5"
"Mileage"
true
"Miles"
134
OK
236046