put https://api.rocketlane.com/api/1.0/time-entries/
This endpoint can be used to update a time entry using its ID. To ensure that the total time for all the time entries added for that date does not exceed 24 hours, the fields date
and minutes
are mandatory. The properties activityName
, notes
, billable
and minutes
can be updated using this endPoint. This API returns the updated time entry object.