Modifies planned efforts for the given task assignments.
Only the provided assignments are updated; missing assignments remain unchanged.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
taskId
The id of the task.
Request
The planned Efforts.
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

