Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-15 19:14:27 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-15 19:14:27 +0400
commit54c20837032cb1bae03f9794cc39884224bf91d3 (patch)
tree25a0b7aade8eb21e370ca628f364be503a8cb538 /doc/api/branches.md
parentf05cec53bb1b7887f3766d9522f2e2e49a8c80a2 (diff)
parent2ada4ef0622eda6a90169dc3aef101883b27e87e (diff)
Merge pull request #7509 from cirosantilli/fix-md-style-api
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 763dea6cfb5..31469b6fe97 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.