v1

latestOpenAPI 3.1.02026-07-179435.1 KB
TimeEntry

Update time entry

put/v1/organization/{organization}/time-entries/{timeEntry}

Path parameters

organizationstring uuid required

The organization ID

timeEntrystring uuid required

The time entry ID

Request body

task_idstring uuid nullable

ID of the task that the time entry should belong to

startstring required

Start of time entry (ISO 8601 format, UTC timezone)

endstring nullable required

End of time entry (ISO 8601 format, UTC timezone)

descriptionstring nullable

Description of time entry

tagsstring[] nullable

List of tag IDs

Response

TimeEntryResource