v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
TimeEntries

Update multiple time-entries

Update one or several time-entries.

The "id" field must be sent and correspond to an existing time-entry.

A single request can edit 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.

put/api/v3/timeentries

Request body

OR

Example request

{
  "id": 552586,
  "ownerId": 1,
  "unit": 1,
  "timeTypeId": 1
}

Response

OK