From 20e04d9f398b1f4221fa9f5de529dea7c2f0f9c1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 30 Oct 2014 17:30:09 +0200 Subject: Delete branch via API: doc updated Signed-off-by: Dmitriy Zaporozhets --- doc/api/branches.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/api') 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" +} +``` -- cgit v1.2.1