Set assignees
Replaces the task’s entire assignee set — this is a PUT, not a merge. Pass [] to clear all assignees.
On success the API returns 200 OK with the task id and changed — true if the assignee set was modified, false if it already matched what you sent.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
taskId | string (uuid) | Yes | The task to assign. |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
| (body) | array of string (uuid) | Yes | Member or resource ids. An unknown id is 400 invalid_assignee — nothing is applied. |