diff options
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" } ], |