From 11e08d4bd08482fef68cf620578c006258cd8068 Mon Sep 17 00:00:00 2001 From: Davin Walker Date: Thu, 9 Aug 2018 20:31:19 +0000 Subject: [PATCH] clarify user namespace --- doc/api/projects.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/projects.md b/doc/api/projects.md index f360b49c293..bda4164ee92 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -258,8 +258,7 @@ GET /projects?custom_attributes[key]=value&custom_attributes[other_key]=other_va ## List user projects -Get a list of visible projects for the given user. When accessed without -authentication, only public projects are returned. +Get a list of visible projects owned by the given user. When accessed without authentication, only public projects are returned. ``` GET /users/:user_id/projects