Skip to content

Commit

Permalink
Fixes #35499 - apipie param_group error host subs controller (#10264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou authored Sep 7, 2022
1 parent 71959b7 commit eef975f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eef975f

Please sign in to comment.