summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mulvany <amulvany@gitlab.com>2017-11-17 12:49:12 +1100
committerAdam Mulvany <amulvany@gitlab.com>2017-11-17 12:49:12 +1100
commit24e75211ebb11e73c751531da77ec4787f70ab9e (patch)
tree1e19abe157c39b0c6168ae82fc366649ece8b843
parentd41e66cb632cf4a51428c87a07cbdd182e3e0697 (diff)
downloadgitlab-ce-am-projects-doc-update-ZD-85064.tar.gz
Update example to lowercase matched name/path to avoid confusionam-projects-doc-update-ZD-85064
-rw-r--r--doc/api/projects.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 5a403f7593a..32538dfbc5e 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -124,11 +124,11 @@ GET /projects
],
"owner": {
"id": 4,
- "name": "Brightbox",
+ "name": "brightbox",
"created_at": "2013-09-30T13:46:02Z"
},
- "name": "Puppet",
- "name_with_namespace": "Brightbox / Puppet",
+ "name": "puppet",
+ "name_with_namespace": "brightbox / puppet",
"path": "puppet",
"path_with_namespace": "brightbox/puppet",
"issues_enabled": true,
@@ -144,7 +144,7 @@ GET /projects
"creator_id": 3,
"namespace": {
"id": 4,
- "name": "Brightbox",
+ "name": "brightbox",
"path": "brightbox",
"kind": "group",
"full_path": "brightbox"
@@ -307,11 +307,11 @@ GET /users/:user_id/projects
],
"owner": {
"id": 4,
- "name": "Brightbox",
+ "name": "brightbox",
"created_at": "2013-09-30T13:46:02Z"
},
- "name": "Puppet",
- "name_with_namespace": "Brightbox / Puppet",
+ "name": "puppet",
+ "name_with_namespace": "brightbox / puppet",
"path": "puppet",
"path_with_namespace": "brightbox/puppet",
"issues_enabled": true,
@@ -327,7 +327,7 @@ GET /users/:user_id/projects
"creator_id": 3,
"namespace": {
"id": 4,
- "name": "Brightbox",
+ "name": "brightbox",
"path": "brightbox",
"kind": "group",
"full_path": "brightbox"