diff options
author | Robert Schilling <2900-razer6@users.noreply.gitlab.com> | 2019-01-21 10:01:00 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-01-21 10:01:00 +0000 |
commit | 951989070048dbba127255d6e620cbd108ada9df (patch) | |
tree | 6e0c29dffebe0cd1ff6143ad6522a0154a748033 /doc/api | |
parent | 764f26785a0af9aaa472537e56386ffd5ce3d875 (diff) | |
download | gitlab-ce-951989070048dbba127255d6e620cbd108ada9df.tar.gz |
Search project tags via API
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/tags.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md index fc86aaa6757..23dbf2d9ff7 100644 --- a/doc/api/tags.md +++ b/doc/api/tags.md @@ -17,6 +17,9 @@ Parameters: | `id` | integer/string| yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user| | `order_by` | string | no | Return tags ordered by `name` or `updated` fields. Default is `updated` | | `sort` | string | no | Return tags sorted in `asc` or `desc` order. Default is `desc` | +| `search` | string | no | Return list of tags matching the search criteria | + +> Support for `search` was [introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/54401) in GitLab 11.8. ```json [ |