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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-30 21:10:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-30 21:10:36 +0300
commit74cddf1b7c2e4b19ff5741ac9cf67dd7d113cea3 (patch)
treef6463acd890b63c64f93b44b4110fb09a925a055 /doc/api/runners.md
parentfbbf1e9bc53e9a0e8fc6f2018d1238a77f198e88 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/runners.md')
-rw-r--r--doc/api/runners.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 9e48331cdea..c920de26de5 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -41,7 +41,6 @@ GET /runners?scope=active
GET /runners?type=project_type
GET /runners?status=active
GET /runners?tag_list=tag1,tag2
-GET /runners?search=gitlab
```
| Attribute | Type | Required | Description |
@@ -50,7 +49,6 @@ GET /runners?search=gitlab
| `type` | string | no | The type of runners to show, one of: `instance_type`, `group_type`, `project_type` |
| `status` | string | no | The status of runners to show, one of: `active`, `paused`, `online`, `offline` |
| `tag_list` | string array | no | List of the runner's tags |
-| `search` | string | no | The full token or partial description text to match |
```shell
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/runners"