Time Entries
Update Time Entry
Updates one or more fields on an existing time entry.
PATCH
Headers
string
required
Bearer YOUR_API_KEYPath Parameters
string
required
UUID of the time entry to update.
Body
Send only the fields you want to change. At least one is required.number
Updated hours. Must be greater than
0.number
Updated hourly rate.
string
Updated date in
YYYY-MM-DD format.string
Updated description.
Response
boolean
true on update.object
The updated time entry object.

