diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-30 17:30:09 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-30 17:30:09 +0200 |
commit | 20e04d9f398b1f4221fa9f5de529dea7c2f0f9c1 (patch) | |
tree | d21c11bb44b7ef237c51d209ca0c68ea287a0217 /doc | |
parent | 961a6bfcc2f0b1063445143ba8841e6c6dcea8bf (diff) | |
download | gitlab-ce-20e04d9f398b1f4221fa9f5de529dea7c2f0f9c1.tar.gz |
Delete branch via API: doc updated
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/branches.md | 8 |
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" +} +``` |