v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBPublic API
Hours
Update Hour Record
Edits an existing hour record by timeTrackingId.
OAuth Scopes: time_tracking.write
put/api/v1/timetracking/adjust
Request body
Example request
{
"timeTrackingId": "550e8400-e29b-41d4-a716-446655440000",
"hoursWorked": 6,
"projectId": 123,
"taskId": 456,
"shiftDifferentialId": 789,
"holidayId": 101
}Response
Record updated. Returns the time tracking ID.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000"
}