Skip to content
Snippets Groups Projects
Unverified Commit 20e04d9f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Delete branch via API: doc updated

parent 961a6bfc
No related branches found
No related tags found
No related merge requests found
Loading
@@ -211,3 +211,11 @@ Parameters:
Loading
@@ -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"
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment