Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-06-08 13:37:35 +0300
committerMark Fletcher <mark@gitlab.com>2017-06-08 13:52:56 +0300
commit0dbf4b87ee8bc53a6bb1aba28a7da4e685fedbea (patch)
treec982c31d202dd62de328406027216474954af95b /doc/api/branches.md
parente34e5761042579686fe149f16e7ec107b80224d2 (diff)
Document the Delete Merged Branches functionality
* Note that protected branches will not be part of the deletion
Diffstat (limited to 'doc/api/branches.md')
-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
```