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>2020-10-17 00:09:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-17 00:09:08 +0300
commitfd11748fe8dcb109a1bd0650963383d843ea7bd5 (patch)
tree82697d86388ad9c6d4455522a21c81906f1875b6 /doc/api/runners.md
parentb58ab6c33c0369e402109d5388d4f6f73b7eb2bb (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, 1 insertions, 1 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 778ec406622..16ecdebcd4f 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -553,7 +553,7 @@ POST /runners
|--------------|---------|----------|---------------------|
| `token` | string | yes | [Registration token](#registration-and-authentication-tokens). |
| `description`| string | no | Runner's description|
-| `info` | hash | no | Runner's metadata |
+| `info` | hash | no | Runner's metadata. You can include `name`, `version`, `revision`, `platform`, and `architecture`, but only `version` is displayed in the Admin area of the UI. |
| `active` | boolean | no | Whether the runner is active |
| `locked` | boolean | no | Whether the runner should be locked for current project |
| `run_untagged` | boolean | no | Whether the runner should handle untagged jobs |