app/controllers/katello/api/v2/errata_controller.rb in katello-4.0.0.rc2 vs app/controllers/katello/api/v2/errata_controller.rb in katello-4.0.0.rc3

- old
+ new

@@ -60,10 +60,10 @@ end end collection end - api :GET, "/content_view_versions/:id/available_errata", N_("Return errata that can be added to the Content View Version via an Incremental Update"), :deprecated => true + api :GET, "/content_view_versions/:id/available_errata", N_("Return errata that can be added to the Content View Version via an Incremental Update. Will be removed in Katello 4.1."), :deprecated => true param :id, :number, :desc => N_("Content View Version identifier"), :required => true param :organization_id, :number, :desc => N_("Organization identifier") param :content_view_filter_id, :number, :desc => N_("Content View Filter identifier") param :repository_id, :number, :desc => N_("Repository identifier") param :environment_id, :number, :desc => N_("Environment identifier")