put https://api.bamboohr.com/api/gateway.php//v1/timetracking/adjust
Edit an hour record
Sample request:
{
"timeTrackingId": "9abf58d1-6657-11e6-b28d-0800272a335a",
"hoursWorked": "4.5760"
}
Sample response:
{
"timeTrackingId": "9abf58d1-6657-11e6-b28d-0800272a335a"
}