summaryrefslogtreecommitdiff
path: root/doc/api/branches.md
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-08-15 09:03:18 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-08-15 09:03:18 +0200
commit2ada4ef0622eda6a90169dc3aef101883b27e87e (patch)
tree363f2d69a1f4cd47efb431d77444e3da164da74a /doc/api/branches.md
parent45da59daab5878eb20adc402fbd9c9f44407ed75 (diff)
downloadgitlab-ce-2ada4ef0622eda6a90169dc3aef101883b27e87e.tar.gz
Fix Md style for API.
Diffstat (limited to 'doc/api/branches.md')
-rw-r--r--doc/api/branches.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md
index 090287133ce..5c460965182 100644
--- a/doc/api/branches.md
+++ b/doc/api/branches.md
@@ -41,7 +41,6 @@ Parameters:
]
```
-
## Get single repository branch
Get a single project repository branch.
@@ -199,14 +198,13 @@ Parameters:
## Delete repository branch
-
```
DELETE /projects/:id/repository/branches/:branch
```
Parameters:
-+ `id` (required) - The ID of a project
-+ `branch` (required) - The name of the branch
+- `id` (required) - The ID of a project
+- `branch` (required) - The name of the branch
It return 200 if succeed or 405 if failed with error message explaining reason.