Skip to content

Commit b1a0d96

Browse files
committed
Directly exposed the card_pool_id and restriction_id on the snapshot resource
1 parent 413e0c0 commit b1a0d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Public
44
class Api::V3::Public::SnapshotResource < JSONAPI::Resource
55
immutable
66

7-
attributes :format_id, :active, :card_cycle_ids, :card_set_ids, :date_start, :updated_at
7+
attributes :format_id, :active, :card_cycle_ids, :card_set_ids, :card_pool_id, :restriction_id, :date_start, :updated_at
88
key_type :string
99

1010
paginator :none

0 commit comments

Comments
 (0)