diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-20 19:34:24 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-28 08:32:39 +0100 |
commit | f2dd2604134ac62301db765ff0b14ff692e21bd6 (patch) | |
tree | cd08ac5661f529a2e1d25d2f4c258f90b6450c8d /doc/api/branches.md | |
parent | 86c58687b22f788ad7c821af55abece2f9d89d50 (diff) | |
download | gitlab-ce-f2dd2604134ac62301db765ff0b14ff692e21bd6.tar.gz |
Update documentation
Diffstat (limited to 'doc/api/branches.md')
-rw-r--r-- | doc/api/branches.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md index 765ca439720..f29a8518945 100644 --- a/doc/api/branches.md +++ b/doc/api/branches.md @@ -244,14 +244,6 @@ In case of an error, an explaining message is provided. curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/5/repository/branches/newbranch" ``` -Example response: - -```json -{ - "branch_name": "newbranch" -} -``` - ## Delete merged branches Will delete all branches that are merged into the project's default branch. |