summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-11-16 19:44:14 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2017-11-28 00:36:48 +0100
commit8d3e80692cbeea06dd28a052554f0c262004e18d (patch)
tree7a685f0a443feaba39f777b372aa423c3656b673 /doc
parent83607a4daf497c73ddeb599194c36ff8ef491ed2 (diff)
downloadgitlab-ce-8d3e80692cbeea06dd28a052554f0c262004e18d.tar.gz
Add information about project
Diffstat (limited to 'doc')
-rw-r--r--doc/api/runners.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 171857ef49e..f9a9e2bee5a 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -261,6 +261,15 @@ Example response:
"sha": "97de212e80737a608d939f648d959671fb0a0142",
"ref": "master",
"status": "pending"
+ },
+ "project": {
+ "id": 1,
+ "description": null,
+ "name": "project1",
+ "name_with_namespace": "John Doe2 / project1",
+ "path": "project1",
+ "path_with_namespace": "namespace1/project1",
+ "created_at": "2017-11-16T18:38:46.620Z"
}
}
]