If a userId of an existing assignment is not present, the user will be unassigned from the task.
<Check title="Required Permissions">Any authenticated user.</Check>
Modifies a list of planned efforts of a given task.
Authentication
AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
Path parameters
taskIdstringRequiredformat: "uuid"
The id of the task.
Request
The list of user ids to assign.
Response
No Content
Bearer authentication of the form Bearer <token>, where token is your auth token.
If a userId of an existing assignment is not present, the user will be unassigned from the task.