time_tracking.write scope. Send the changed fields nested under a TimeTracking object; date and project_id must be valid. Callers without the Edit all timesheets permission can only update their own entries.curl --location --request PUT '/time_tracking/10' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{"TimeTracking": {"project_id": 12, "activity_id": 3, "date": "2008-12-09", "time": "8:17", "notes": "Design work", "staff_id": 0}}'{
"code": 200,
"result": "successful"
}