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
path: root/doc/api
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2019-02-11 15:08:13 +0300
committerMark Fletcher <mark@gitlab.com>2019-02-11 15:08:13 +0300
commitf8c9ae9c733d87feea327842251b8be5c083188c (patch)
tree09849d5a15af06675fada192e290e9a81fc78dc2 /doc/api
parent1569389fa2906ffc611c9af955495c794429d45a (diff)
Fix branch API table format
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/branches.md1
1 files changed, 1 insertions, 0 deletions
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