Actions
Bug #14046
openIn the API, the filter id param doesn't apply to certain content types (docker manifests, ostree branches, maybe more). Need to hide it in the api and remove the code.
Description
https://github.com/Katello/katello/blob/master/app/controllers/katello/concerns/api/v2/repository_content_controller.rb#L87 requires every content type controller including that concern to implement a filter_by_content_view_filter even if filtering doesnt make sense for that type.
Actions