summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-06-08 18:37:35 +0800
committerMark Fletcher <mark@gitlab.com>2017-06-08 18:52:56 +0800
commit0dbf4b87ee8bc53a6bb1aba28a7da4e685fedbea (patch)
treec982c31d202dd62de328406027216474954af95b /doc/api
parente34e5761042579686fe149f16e7ec107b80224d2 (diff)
downloadgitlab-ce-0dbf4b87ee8bc53a6bb1aba28a7da4e685fedbea.tar.gz
Document the Delete Merged Branches functionality
* Note that protected branches will not be part of the deletion
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/branches.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md
index 325d0ea4ce3..dfaa7d6fab7 100644
--- a/doc/api/branches.md
+++ b/doc/api/branches.md
@@ -251,6 +251,8 @@ curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gi
Will delete all branches that are merged into the project's default branch.
+Protected branches will not be deleted as part of this operation.
+
```
DELETE /projects/:id/repository/merged_branches
```