summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-06-16 14:31:46 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2017-06-16 14:31:46 +0000
commit5f42009f8dcc29d559ee415e92c88858e361f063 (patch)
tree6a3b05a5429a819489e256b9661abe6c1914074f /doc/api
parentbcb7d88504f4f99a4e359730f342e1a88392508a (diff)
parent631524587eebbb204b057c9d356384a44b324460 (diff)
downloadgitlab-ce-5f42009f8dcc29d559ee415e92c88858e361f063.tar.gz
Merge branch 'docs/branches' into 'master'
Document the Delete Merged Branches functionality See merge request !12217
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
```