Skip to content

Commit 304d8a7

Browse files
committed
Exposed the snapshot ids of each format
1 parent b1a0d96 commit 304d8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/resources/api/v3/public/format_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::FormatResource < JSONAPI::Resource
55
immutable
6-
7-
attributes :name, :active_snapshot_id, :updated_at
6+
7+
attributes :name, :active_snapshot_id, :snapshot_ids, :updated_at
88
key_type :string
99

1010
paginator :none

0 commit comments

Comments
 (0)