diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-02 18:47:02 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-19 13:18:47 +0100 |
commit | f562a477f227ec8acdbf491e08f365f1adf24647 (patch) | |
tree | fd17d5c2f9764213d30fd0d1684be2fce72ec698 /doc/api/runners.md | |
parent | 16b3368af32084b19436012170dd461e12cf028a (diff) | |
download | gitlab-ce-f562a477f227ec8acdbf491e08f365f1adf24647.tar.gz |
Add associated project info to runner details output
Diffstat (limited to 'doc/api/runners.md')
-rw-r--r-- | doc/api/runners.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index a8b95ee49ed..ab73250fc7c 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -116,6 +116,13 @@ Example response: "last_contact": "2016-01-25T16:39:48.066Z", "name": null, "platform": null, + "projects": [ + { + "id": 1, + "name": "GitLab.org / GitLab Community Edition", + "path": "gitlab-org/gitlab-ce" + } + ], "revision": null, "tag_list": [ "ruby", |