app/views/katello/api/v2/docker_manifests/show.json.rabl in katello-3.5.0.rc2 vs app/views/katello/api/v2/docker_manifests/show.json.rabl in katello-3.5.0
- old
+ new
@@ -1,7 +1,8 @@
object @resource
attributes :id, :name, :schema_version, :digest
child :docker_tags => :tags do
- attributes :id, :repository_id, :name
+ attributes :associated_meta_tag_identifier => :id
+ attributes :repository_id, :name
end