app/views/katello/api/v2/activation_keys/show.json.rabl in katello-3.0.0.rc1 vs app/views/katello/api/v2/activation_keys/show.json.rabl in katello-3.0.0.rc2
- old
+ new
@@ -1,8 +1,8 @@
object @resource
-attributes :id, :name, :description, :unlimited_content_hosts, :auto_attach
+attributes :id, :name, :description, :unlimited_hosts, :auto_attach
extends 'katello/api/v2/common/org_reference'
attributes :content_view_id
@@ -13,10 +13,10 @@
child :environment => :environment do
attributes :name, :id
end
attributes :environment_id
-attributes :usage_count, :user_id, :max_content_hosts, :system_template_id, :release_version,
+attributes :usage_count, :user_id, :max_hosts, :system_template_id, :release_version,
:service_level, :auto_attach
child :products => :products do |_product|
attributes :id, :name
end