diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-07-24 23:35:09 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-07-24 23:35:09 +0800 |
commit | 12a7fb9933b10c09cbbeb6a9555c97d3c20d9652 (patch) | |
tree | 41e5b800fc8f8f4d8d2cedd933896ca7f52cdbf4 | |
parent | abae261b86d8a1eedb50e85083cad1a07154c4d3 (diff) | |
download | gitlab-ce-12a7fb9933b10c09cbbeb6a9555c97d3c20d9652.tar.gz |
Fix missing ` in users.mdfix-users-md-typodocs-fix-users-md-typo
This is already applied in EE
-rw-r--r-- | doc/api/users.md | 4 |
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, |