diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-10 14:20:51 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-19 13:18:48 +0100 |
commit | d1ac00aea370cc81a575b2ea7a8ef655343cafd3 (patch) | |
tree | 797bd5710b3a3c6d8999afb0af692d712c0df8ab /doc/api | |
parent | 24eed1c5c1cbbad7081625ad98d06d151933f583 (diff) | |
download | gitlab-ce-d1ac00aea370cc81a575b2ea7a8ef655343cafd3.tar.gz |
Modify and fix output of delete and update of a runner
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/runners.md | 14 |
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 } ``` |