PlaybookRuns
Update the assignee of an item
put/plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/item/{item}/assignee
Path parameters
idstring required
ID of the playbook run whose item will get a new assignee.
checklistinteger required
Zero-based index of the checklist whose item will get a new assignee.
iteminteger required
Zero-based index of the item that will get a new assignee.
Request body
Example request
{
"assignee_id": "ruu86intseidqdxjojia41u7l1"
}Response
Item's assignee successfully updated.