From 2ada4ef0622eda6a90169dc3aef101883b27e87e Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 15 Aug 2014 09:03:18 +0200 Subject: Fix Md style for API. --- doc/api/branches.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/api/branches.md') 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. -- cgit v1.2.1