From f8c9ae9c733d87feea327842251b8be5c083188c Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Mon, 11 Feb 2019 12:08:13 +0000 Subject: [PATCH] Fix branch API table format --- doc/api/branches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/branches.md b/doc/api/branches.md index 62468b6e917..31c8add300d 100644 --- a/doc/api/branches.md +++ b/doc/api/branches.md @@ -22,6 +22,7 @@ Parameters: |:----------|:---------------|:---------|:------------| | `id` | integer/string | yes | ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user.| | `search` | string | no | Return list of branches containing the search string. You can use `^term` and `term$` to find branches that begin and end with `term` respectively.| + Example request: ```sh