PlaybookRuns
Reorder an item in a playbook run's checklist
put/plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/reorder
Path parameters
idstring required
ID of the playbook run whose checklist will be modified.
checklistinteger required
Zero-based index of the checklist to modify.
Request body
Example request
{
"item_num": 2,
"new_location": 2
}Response
Item successfully reordered.