diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-02-11 16:09:22 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-02-11 16:09:22 +0000 |
commit | d76ee907ecfa7e67ddea90015552e2e5ca987c47 (patch) | |
tree | ea0e842dfb9b4957acc651d334c7ffa8b5442364 /doc/api | |
parent | 42c3ef50aefb0927ba3bdf3646efd4c6185137b5 (diff) | |
parent | f8c9ae9c733d87feea327842251b8be5c083188c (diff) | |
download | gitlab-ce-d76ee907ecfa7e67ddea90015552e2e5ca987c47.tar.gz |
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
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/branches.md | 1 |
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 |