Grapify last endpoint of the branches API
This commit is contained in:
parent
5f410001eb
commit
4f17fc8087
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue