summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-07-25 07:39:05 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-25 07:39:05 +0000
commitd426a53cb11b2a8727163be1cf0ad8035881ab6d (patch)
treeabd8d65a773e49359ebc964e7ae0110efc6d31ea
parent0cdaf2cc81114693f7b7d55a75ff0089263791f8 (diff)
parent12a7fb9933b10c09cbbeb6a9555c97d3c20d9652 (diff)
downloadgitlab-ce-d426a53cb11b2a8727163be1cf0ad8035881ab6d.tar.gz
Merge branch 'docs-fix-users-md-typo' into 'master'
Fix missing ` in users.md See merge request gitlab-org/gitlab-ce!20817
-rw-r--r--doc/api/users.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 1bcc7b7f346..07f9baf06d2 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -291,7 +291,7 @@ Parameters:
- `skip_confirmation` (optional) - Skip confirmation - true or false (default)
- `external` (optional) - Flags the user as external - true or false(default)
- `avatar` (optional) - Image file for user's avatar
-- `private_profile (optional) - User's profile is private - true or false
+- `private_profile` (optional) - User's profile is private - true or false
## User modification
@@ -322,7 +322,7 @@ Parameters:
- `skip_reconfirmation` (optional) - Skip reconfirmation - true or false (default)
- `external` (optional) - Flags the user as external - true or false(default)
- `avatar` (optional) - Image file for user's avatar
-- `private_profile (optional) - User's profile is private - true or false
+- `private_profile` (optional) - User's profile is private - true or false
On password update, user will be forced to change it upon next login.
Note, at the moment this method does only return a `404` error,