Commit 7d30cad5 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'b3n4kh-master-patch-68250' into 'master'

Update documentation regarding private profiles

See merge request gitlab-org/gitlab!77509
parents 87b34beb 6514f8e7
......@@ -375,7 +375,7 @@ Get a list of visible projects owned by the given user. When accessed without
authentication, only public projects are returned.
NOTE:
Only the projects in the user's (specified in `user_id`) namespace are returned. Projects owned by the user in any group or subgroups are not returned.
Only the projects in the user's (specified in `user_id`) namespace are returned. Projects owned by the user in any group or subgroups are not returned. An empty list is returned if a profile is set to private.
This endpoint supports [keyset pagination](index.md#keyset-based-pagination)
for selected `order_by` options.
......
......@@ -88,7 +88,7 @@ The following is hidden from your user profile page (`https://gitlab.example.com
- Tabs for activity, groups, contributed projects, personal projects, starred projects, snippets
NOTE:
Making your user profile page private does not hide your public resources from the REST or GraphQL APIs.
Making your user profile page private does not hide all your public resources from the REST or GraphQL APIs.
### User visibility
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment