v46

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

item_numinteger required

Zero-based index of the item to reorder.

new_locationinteger required

Zero-based index of the new place to move the item to.

Example request

{
  "item_num": 2,
  "new_location": 2
}

Response

Item successfully reordered.