diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-17 21:06:21 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-02-19 13:18:49 +0100 |
commit | 7ea60c8564b18788990ce8b45decd0932d71ba6e (patch) | |
tree | 5f1ff42f37a5c84a32785f6e777211ba68fd6f5c /doc/api | |
parent | f8f492e589e27078fe1d061b8ae2264bd798006c (diff) | |
download | gitlab-ce-7ea60c8564b18788990ce8b45decd0932d71ba6e.tar.gz |
Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/runners.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index 600f238a406..276c058e642 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -122,7 +122,9 @@ Example response: "projects": [ { "id": 1, + "name": "GitLab Community Edition", "name_with_namespace": "GitLab.org / GitLab Community Edition", + "path": "gitlab-ce", "path_with_namespace": "gitlab-org/gitlab-ce" } ], @@ -170,7 +172,9 @@ Example response: "projects": [ { "id": 1, + "name": "GitLab Community Edition", "name_with_namespace": "GitLab.org / GitLab Community Edition", + "path": "gitlab-ce", "path_with_namespace": "gitlab-org/gitlab-ce" } ], |