diff --git a/app/controllers/katello/api/v2/module_streams_controller.rb b/app/controllers/katello/api/v2/module_streams_controller.rb index 185b91a223f..2ecf2805407 100644 --- a/app/controllers/katello/api/v2/module_streams_controller.rb +++ b/app/controllers/katello/api/v2/module_streams_controller.rb @@ -6,7 +6,8 @@ class Api::V2::ModuleStreamsController < Api::V2::ApiController before_action :check_params, :only => :index - update_api(:index) do + # updating params inherited from Katello::Concerns::Api::V2::RepositoryContentController + apipie_update_params([:index]) do param :host_ids, Array, :desc => N_("List of host id to list available module streams for") param :name_stream_only, :boolean, :desc => N_("Return name and stream information only)") end