DocsAPI ReferenceTime Tracker/bff/time-tracker/{id}
patchdeleteTime TrackerAdmin BFF

/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

9 total
Path · 1
idstringRequired
Body · 8
projectIdnumber | null
workDatestring | null
minutesnumber
notestring | null
clientNotestring | null
billableboolean
writeOffboolean
writeOffReasonstring | null

Request

PATCH /bff/time-tracker/{id}

patch
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.

Get API Key