Reorder or annotate list entries
reorder_listSet the order of entries in a Backloggd list, optionally adding notes. Provide the complete ordered set of entry IDs to define ranking.
Instructions
Set the order of a list's entries, and optionally a note on each. Pass the FULL ordered set of entry ids — anything omitted may be dropped. Entry ids come from get_list. Most useful for ranked lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | Entries in the desired order, first = position 1. | |
| list_id | Yes | Numeric list id from get_lists. |