diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-06-16 14:31:46 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-06-16 14:31:46 +0000 |
commit | 5f42009f8dcc29d559ee415e92c88858e361f063 (patch) | |
tree | 6a3b05a5429a819489e256b9661abe6c1914074f /doc/api | |
parent | bcb7d88504f4f99a4e359730f342e1a88392508a (diff) | |
parent | 631524587eebbb204b057c9d356384a44b324460 (diff) | |
download | gitlab-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.md | 2 |
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 ``` |