TimeEntries
Create new time-entries
Create one or multiple time-entries.
A single request can create time-entries for several different owners.
Read more about the time-entry object and any validation error that you might encounter when using this API.
There are different ways to update time-entries. Please see this guide on how to update time-entries the right way depending on your use case.
post/api/v3/timeentries
Request body
Example request
{
"ownerId": 1,
"timeTypeId": 1
}Response
OK