summaryrefslogtreecommitdiff
path: root/doc/api/branches.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-30 17:30:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-30 17:30:09 +0200
commit20e04d9f398b1f4221fa9f5de529dea7c2f0f9c1 (patch)
treed21c11bb44b7ef237c51d209ca0c68ea287a0217 /doc/api/branches.md
parent961a6bfcc2f0b1063445143ba8841e6c6dcea8bf (diff)
downloadgitlab-ce-20e04d9f398b1f4221fa9f5de529dea7c2f0f9c1.tar.gz
Delete branch via API: doc updated
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/api/branches.md')
-rw-r--r--doc/api/branches.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md
index 74386615545..319f0b47386 100644
--- a/doc/api/branches.md
+++ b/doc/api/branches.md
@@ -211,3 +211,11 @@ Parameters:
It return 200 if succeed, 404 if the branch to be deleted does not exist
or 400 for other reasons. In case of an error, an explaining message is provided.
+
+Success response:
+
+```json
+{
+ "branch_name": "my-removed-branch"
+}
+```