fix: variant filter commented out on cards list endpoint (#197) #203

Merged
cal merged 2 commits from issue/197-bug-variant-filter-commented-out-on-cards-list-end into main 2026-04-08 01:45:08 +00:00

2 Commits

Author SHA1 Message Date
cal
b69b4264e8 Merge branch 'main' into issue/197-bug-variant-filter-commented-out-on-cards-list-end 2026-04-08 01:45:00 +00:00
Cal Corum
ea36c40902 fix: uncomment variant filter and add variant to CSV export (#197)
Restores the commented-out `?variant=` query filter on GET /api/v2/cards
so callers can pass variant=0 for base cards or variant=N for a specific
refractor variant. Adds variant column to CSV output header and rows.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 19:31:48 -05:00