From 24e75211ebb11e73c751531da77ec4787f70ab9e Mon Sep 17 00:00:00 2001 From: Adam Mulvany Date: Fri, 17 Nov 2017 12:49:12 +1100 Subject: Update example to lowercase matched name/path to avoid confusion --- doc/api/projects.md | 16 ++++++++-------- 1 file 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" -- cgit v1.2.1