Skip to content

Commit 8934833

Browse files
authored
Merge pull request #215 from plural/printing-cycle-id
Allow filtering for card_cycle_id on printing.
2 parents 5fbdedf + 6c36104 commit 8934833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/resources/api/v3/public/printing_resource.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def restrictions
5858
end
5959

6060
# Printing direct attribute filters
61-
filters :card_id, :card_set_id, :display_illustrators, :position, :position_in_set
61+
filters :card_id, :card_cycle_id, :card_set_id, :display_illustrators, :position, :position_in_set
6262
filters :quantity, :date_release
6363

6464
# Card attribute filters

0 commit comments

Comments
 (0)