summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hegyi <ahegyi@gitlab.com>2019-07-16 09:06:09 +0200
committerAdam Hegyi <ahegyi@gitlab.com>2019-07-16 09:06:14 +0200
commit678a447f174d9d7b8a6c9380323f5256ddd631e4 (patch)
treebcd173410a1fdc20688dd24b034dbcc04085515f
parent831c7f819bd9e637a1ff8deebd0d80f0c7597169 (diff)
downloadgitlab-ce-64613-add-note-about-private-profile-in-docs.tar.gz
Add a note about private_profile changes in 12.164613-add-note-about-private-profile-in-docs
-rw-r--r--doc/api/users.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 54641f4c862..198660d609d 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -332,6 +332,9 @@ Note that `force_random_password` and `reset_password` take priority
over `password`. In addition, `reset_password` and
`force_random_password` can be used together.
+NOTE: **Note:**
+From [GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29888/), `private_profile` will default to `false`.
+
```
POST /users
```