Modifies a list of planned efforts of a given task.
Only the efforts passed in the request will be updated, ignoring any missing effort.
Required Permissions
Any authenticated user.Path parameters
taskId
The id of the task.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a list of objects.
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