Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-02-16 14:45:43 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2016-02-19 15:18:48 +0300
commit4ebadb77dd3a6f30728d039dad5ee240d0f44a63 (patch)
treebb06a96d038b4da2941fc8f60ba4f2b4f136f30d /doc/api/runners.md
parent05e73356647cea999a707fd80625fcb92a93ce49 (diff)
iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` in `RunnerProjectDetails`
Diffstat (limited to 'doc/api/runners.md')
-rw-r--r--doc/api/runners.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 2cdd40590c1..600f238a406 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -122,8 +122,8 @@ Example response:
"projects": [
{
"id": 1,
- "name": "GitLab.org / GitLab Community Edition",
- "path": "gitlab-org/gitlab-ce"
+ "name_with_namespace": "GitLab.org / GitLab Community Edition",
+ "path_with_namespace": "gitlab-org/gitlab-ce"
}
],
"token": "205086a8e3b9a2b818ffac9b89d102",
@@ -170,8 +170,8 @@ Example response:
"projects": [
{
"id": 1,
- "name": "GitLab.org / GitLab Community Edition",
- "path": "gitlab-org/gitlab-ce"
+ "name_with_namespace": "GitLab.org / GitLab Community Edition",
+ "path_with_namespace": "gitlab-org/gitlab-ce"
}
],
"token": "205086a8e3b9a2b818ffac9b89d102",