/bff/time-tracker/{id}
Edit any field. Refuses when the entry is already invoiced or in a locked period.
TimeTrackerpatchBffTime-trackerById
Parameters
1 path · 8 body
Path · 1
idstringRequiredBody · 8
projectIdnumber | nullworkDatestring | nullminutesnumbernotestring | nullclientNotestring | nullbillablebooleanwriteOffbooleanwriteOffReasonstring | nullRequest
PATCH /bff/time-tracker/{id}
curl -X PATCH "https://api.bizkithub.com/bff/time-tracker/example_id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"minutes": 0,
"billable": false,
"writeOff": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.