Updates multiple time entries using the operation.
Updates multiple time entries using the operation. Each requested change is reported separately.
<Check title="Required Permissions" icon="key">The user must have permission to access the requested time entries.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
operation
The batch operation type.
Request
The time entry batch operation data.
timeEntryIds
The list of time entry ids to perform the batch operation on.
newTypeOfWorkId
The id of the new type of work. Required for operation 'setTypeOfWork'.
isBillable
Set the billable flag for time entries. Required for operation 'setIsBillable'.
isBilled
Set the billed flag for time entries. Required for operation 'setIsBilled'.
requireAllTimeEntries
Whether the operation must leave every requested time entry unchanged when any entry cannot be updated.
newUserId
The id of the new user to assign the time entries to. Required for operation 'setUser'.
newProjectId
The id of the new project to assign the time entries to. Required for operation 'setProject'.
newTaskId
The id of the new task to assign the time entries to. Required for operation 'setTask'.
Response
Multi-Status
ok
notFound
badRequest
Errors
400
Bad Request Error
404
Not Found Error

