app/views/katello/api/v2/content_view_components/show.json.rabl in katello-4.0.3 vs app/views/katello/api/v2/content_view_components/show.json.rabl in katello-4.1.0.rc1
- old
+ new
@@ -11,10 +11,10 @@
child :content_view => :content_view do
attributes :id, :name, :label, :description, :next_version, :latest_version, :version_count
end
child :latest_version => :content_view_version do
- attributes :id, :name, :label, :content_view_id, :version, :puppet_module_count
+ attributes :id, :name, :label, :content_view_id, :version
child :content_view => :content_view do
attributes :id, :name, :label, :description
end