summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-02-02 18:47:02 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2016-02-19 13:18:47 +0100
commitf562a477f227ec8acdbf491e08f365f1adf24647 (patch)
treefd17d5c2f9764213d30fd0d1684be2fce72ec698 /doc
parent16b3368af32084b19436012170dd461e12cf028a (diff)
downloadgitlab-ce-f562a477f227ec8acdbf491e08f365f1adf24647.tar.gz
Add associated project info to runner details output
Diffstat (limited to 'doc')
-rw-r--r--doc/api/runners.md7
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",