Fix branch API table format

This commit is contained in:
Mark Fletcher 2019-02-11 12:08:13 +00:00
parent 1569389fa2
commit f8c9ae9c73
1 changed files with 1 additions and 0 deletions

View File

@ -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