Add indexed_by=maybe to cards (#2827)

* Add indexed_by=maybe to cards
This commit is contained in:
Rob Zolkos
2026-04-14 17:35:41 -04:00
committed by GitHub
parent 89a1cf43fb
commit abd59567e3
4 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ __Query Parameters:__
| `closer_ids[]` | Filter by user ID(s) who closed the cards |
| `card_ids[]` | Filter to specific card ID(s) |
| `column_ids[]` | Filter by workflow column ID(s) |
| `indexed_by` | Filter by: `all` (default), `closed`, `not_now`, `stalled`, `postponing_soon`, `golden` |
| `indexed_by` | Filter by: `all` (default), `maybe`, `closed`, `not_now`, `stalled`, `postponing_soon`, `golden` |
| `sorted_by` | Sort order: `latest` (default), `newest`, `oldest` |
| `assignment_status` | Filter by assignment status: `unassigned` |
| `creation` | Filter by creation date: `today`, `yesterday`, `thisweek`, `lastweek`, `thismonth`, `lastmonth`, `thisyear`, `lastyear` |