Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-13 09:10:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-13 09:10:15 +0300
commite9626c2383e1bbf325a302bb840891c3c7b8cb07 (patch)
tree8d2f647cebaa4df8cd4e0c15578344655ea179ec /doc/api/users.md
parented01bf9b255ebcaafdf07e0d9a54ce6886d9fdc7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index e389759a9ba..6ba751bd292 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -1546,7 +1546,7 @@ curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitla
Returns:
-- `201 OK` on success.
+- `201 Created` on success.
- `404 User Not Found` if user cannot be found.
- `403 Forbidden` if the user cannot be approved because they are blocked by an administrator or by LDAP synchronization.