Maintain API consistency with raid blueprint

This commit is contained in:
Justin Edmund 2025-02-07 03:38:47 -08:00
parent ea0bbc542e
commit 844d3ee6f8

View file

@ -12,6 +12,10 @@ module Api
end
fields :slug, :level, :element
field :group do |raid|
{ extra: raid.group&.extra }
end
end
view :full do