Commit 4f17fc80 authored by Robert Schilling's avatar Robert Schilling

Grapify last endpoint of the branches API

parent 5f410001
...@@ -129,12 +129,7 @@ module API ...@@ -129,12 +129,7 @@ module API
end end
end end
# Delete all merged branches desc 'Delete all merged branches'
#
# Parameters:
# id (required) - The ID of a project
# Example Request:
# DELETE /projects/:id/repository/branches/delete_merged
delete ":id/repository/merged_branches" do delete ":id/repository/merged_branches" do
DeleteMergedBranchesService.new(user_project, current_user).async_execute DeleteMergedBranchesService.new(user_project, current_user).async_execute
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment