From 5245105f38ff4bf65c2b5f5b5ccd1de37993404d Mon Sep 17 00:00:00 2001 From: Ian Ballou Date: Wed, 7 Sep 2022 18:44:47 +0000 Subject: [PATCH] Fixes #35499 - apipie param_group error host subs controller --- app/controllers/katello/api/v2/host_subscriptions_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/katello/api/v2/host_subscriptions_controller.rb b/app/controllers/katello/api/v2/host_subscriptions_controller.rb index e3860a59c3f..a56b97cbad3 100644 --- a/app/controllers/katello/api/v2/host_subscriptions_controller.rb +++ b/app/controllers/katello/api/v2/host_subscriptions_controller.rb @@ -24,7 +24,7 @@ class Api::V2::HostSubscriptionsController < Katello::Api::V2::ApiController param :service_level, String, :desc => N_("Service level to be used for autoheal") param :hypervisor_guest_uuids, Array, :desc => N_("List of hypervisor guest uuids") param :installed_products_attributes, Array, :desc => N_("List of products installed on the host") do - param_group :installed_products + param_group :installed_products, Api::V2::HostSubscriptionsController end end