diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-04 10:33:29 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-19 13:18:47 +0100 |
commit | 553bac57d01f103f3f419e8096f30f422781adce (patch) | |
tree | badb3f03a25d930ac2bacd268107b951880de3f3 /doc | |
parent | dc32af950821946f5bc3a4e57b4b7eeb0ffb032f (diff) | |
download | gitlab-ce-553bac57d01f103f3f419e8096f30f422781adce.tar.gz |
Add token to runner details output in API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/runners.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index 8e7351d01ec..926c46eb8ed 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -126,6 +126,7 @@ Example response: "path": "gitlab-org/gitlab-ce" } ], + "token": "205086a8e3b9a2b818ffac9b89d102", "revision": null, "tag_list": [ "ruby", |