Skip to content

Commit

Permalink
Update app/controllers/api/v2/insights_advisor/insights_advisor_contr…
Browse files Browse the repository at this point in the history
…oller.rb

Co-authored-by: Evgeni Golov <[email protected]>
  • Loading branch information
parthaa and evgeni authored Jan 10, 2025
1 parent b630dec commit a569462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class InsightsAdvisorController < ::Api::V2::BaseController
include Foreman::Controller::SmartProxyAuth
add_smart_proxy_filters [:upload_hits]

api :PATCH, "insights_advisor/upload_hits", N_("Upload from insights advisor")
api :PATCH, "/insights_advisor/upload_hits", N_("Upload from insights advisor")
param :host_name, String, required: true
param :host_uuid, String, required: true

Expand Down

0 comments on commit a569462

Please sign in to comment.