From 394a5a00814df2764db90e1bb814477dd5215cc7 Mon Sep 17 00:00:00 2001 From: creslinux Date: Sat, 20 Dec 2025 00:07:55 -0800 Subject: [PATCH] Clarify triage endpoint works for moving cards between columns --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 3c1d91977..3e083b3c8 100644 --- a/docs/API.md +++ b/docs/API.md @@ -709,7 +709,7 @@ Returns `204 No Content` on success. ### `POST /:account_slug/cards/:card_number/triage` -Moves a card from triage into a column. +Moves a card into a column. Works for cards in any state - use this to move cards between columns, not just from triage. | Parameter | Type | Required | Description | |-----------|------|----------|-------------|