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
diff options
context:
space:
mode:
authorRobert Schilling <2900-razer6@users.noreply.gitlab.com>2019-01-21 13:01:00 +0300
committerRémy Coutable <remy@rymai.me>2019-01-21 13:01:00 +0300
commit951989070048dbba127255d6e620cbd108ada9df (patch)
tree6e0c29dffebe0cd1ff6143ad6522a0154a748033 /doc/api/tags.md
parent764f26785a0af9aaa472537e56386ffd5ce3d875 (diff)
Search project tags via API
Diffstat (limited to 'doc/api/tags.md')
-rw-r--r--doc/api/tags.md3
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
[