reorder_pinned_tasks
Change the order of your pinned tasks by providing a new list of task IDs that is a permutation of the current pinned set.
Instructions
Replace the pinned-list ordering with task_ids.
task_ids must be an exact permutation of the user's current
pinned set: extra ids, missing ids, or duplicates all 400. To
add or remove an item, use set_item_pinned first, then
reorder. Returns {"reordered": True, "count": N} on success.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |