Skip to content

Commit ea07f8b

Browse files
committed
Exposed the cards in card pools
1 parent 304d8a7 commit ea07f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module V3
33
module Public
44
class Api::V3::Public::CardPoolResource < JSONAPI::Resource
55
immutable
6-
7-
attributes :name, :updated_at
6+
7+
attributes :name, :card_cycle_ids, :card_set_ids, :card_ids, :updated_at
88
key_type :string
99

1010
paginator :none

0 commit comments

Comments
 (0)