Modifies a list of planned efforts of a given task.
Only the efforts passed in the request will be updated, ignoring any missing effort.
<Check title="Required Permissions">Any authenticated user.</Check>
Path parameters
taskId
The id of the task.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The list of planned efforts to be modified.
userId
The id of the user that is assigned to the task.
plannedEffort
The planned effort of the user assigned to the task, in seconds.
Response
No Content