Delete branch via API: doc updated
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
961a6bfcc2
commit
20e04d9f39
|
|
@ -211,3 +211,11 @@ Parameters:
|
||||||
|
|
||||||
It return 200 if succeed, 404 if the branch to be deleted does not exist
|
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.
|
or 400 for other reasons. In case of an error, an explaining message is provided.
|
||||||
|
|
||||||
|
Success response:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"branch_name": "my-removed-branch"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue