move_swimlane
Reorders a swimlane in a Kanboard project by specifying its ID and the new 1-based position.
Instructions
Reorder a swimlane within a Kanboard project. Provide swimlane_id and the new 1-based position (required — no default). Returns { ok: true, swimlane_id, position } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swimlane_id | Yes | Swimlane id to move (required). | |
| position | Yes | New 1-based position within the project (required). |