summaryrefslogtreecommitdiff
path: root/doc/api/runners.md
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-02-10 14:20:51 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2016-02-19 13:18:48 +0100
commitd1ac00aea370cc81a575b2ea7a8ef655343cafd3 (patch)
tree797bd5710b3a3c6d8999afb0af692d712c0df8ab /doc/api/runners.md
parent24eed1c5c1cbbad7081625ad98d06d151933f583 (diff)
downloadgitlab-ce-d1ac00aea370cc81a575b2ea7a8ef655343cafd3.tar.gz
Modify and fix output of delete and update of a runner
Diffstat (limited to 'doc/api/runners.md')
-rw-r--r--doc/api/runners.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index aa58c4431b8..876dd304208 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -167,6 +167,14 @@ 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"
+ }
+ ],
+ "token": "205086a8e3b9a2b818ffac9b89d102",
"revision": null,
"tag_list": [
"ruby",
@@ -199,16 +207,10 @@ Example response:
```json
{
"active": true,
- "architecture": null,
"description": "test-1-20150125-test",
"id": 6,
"is_shared": false,
- "last_contact": "2016-01-25T16:39:48.066Z",
"name": null,
- "platform": null,
- "revision": null,
- "tag_list": [],
- "version": null
}
```