move_swimlane
Reorder a swimlane in a Kanboard project by providing 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). Only ordering changes — to rename a swimlane use update_swimlane. 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). |