Commit d76ee907 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-57480-fix-branch-api-table-format' into 'master'

Fix branch API table format

Closes #57480

See merge request gitlab-org/gitlab-ce!25091
parents 42c3ef50 f8c9ae9c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment