Update an assignment on a task
PUT {{baseUrl}}/tasks/:taskId/assignments
Update an assignment on a task.
Request Body
{"assignments"=>[{"group"=>"testGroup", "type"=>"candidate", "user"=>"testCandidate@test.com"}, {"group"=>"testGroup", "type"=>"candidate", "user"=>"testCandidate@test.com"}], "includeGroupIds"=>false, "includeUserIds"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"content":[[{"group":"testgroup","type":"assignee","user":"testCandidate@test.com"},{"group":"testgroup","type":"assignee","user":"testCandidate@test.com"}],[{"group":"testgroup","type":"assignee","user":"testCandidate@test.com"},{"group":"testgroup","type":"assignee","user":"testCandidate@test.com"}]],"links":{"empty":false}}