summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-10 00:09:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-10 00:09:07 +0000
commit3edbef8ae567f0dc2548b09f85172ee2ac99b3b9 (patch)
tree4685877804d363eea8197e794972c3d6c7d8733b /doc/api/users.md
parentd2e7b5d069d9419b4cac69243beefa358a04e025 (diff)
downloadgitlab-ce-3edbef8ae567f0dc2548b09f85172ee2ac99b3b9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/users.md')
-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 52614a09b70..0e19207f279 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -1166,7 +1166,7 @@ Will return `201 OK` on success, `404 User Not Found` is user cannot be found or
## Deactivate user
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/63921) in GitLab 12.4.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/22257) in GitLab 12.4.
Deactivates the specified user. Available only for admin.
@@ -1188,7 +1188,7 @@ Returns:
## Activate user
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/63921) in GitLab 12.4.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/22257) in GitLab 12.4.
Activates the specified user. Available only for admin.