v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-174421106.5 KB
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

assignee_idstring required

The user ID of the new assignee of the item.

Example request

{
  "assignee_id": "ruu86intseidqdxjojia41u7l1"
}

Response

Item's assignee successfully updated.