Skip to content

Commit

Permalink
Fixes #36545 - Correcting apidoc for reclaim_space endpoint of smart-…
Browse files Browse the repository at this point in the history
…proxies (#10630)
  • Loading branch information
sayan3296 authored Jun 28, 2023
1 parent 58dcb48 commit a29414b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def cancel_sync
end
end

api :POST, '/capsules/:id/reclaim_space', N_('Reclaim space from all On Demand repositories on a smart proxy')
api :POST, '/capsules/:id/content/reclaim_space', N_('Reclaim space from all On Demand repositories on a smart proxy')
param :id, :number, :required => true, :desc => N_('Id of the smart proxy')
def reclaim_space
find_capsule(true)
Expand Down

0 comments on commit a29414b

Please sign in to comment.