Skip to content

Commit 23e1c5f

Browse files
committed
Exposed the restriction IDs of formats
1 parent 1ffd7a1 commit 23e1c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/resources/api/v3/public/format_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::FormatResource < JSONAPI::Resource
55
immutable
66

7-
attributes :name, :active_snapshot_id, :snapshot_ids, :updated_at
7+
attributes :name, :active_snapshot_id, :snapshot_ids, :restriction_ids, :updated_at
88
attributes :active_card_pool_id, :active_restriction_id
99
key_type :string
1010

0 commit comments

Comments
 (0)