Commit 31598d25 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'dj-doc-fix-http-verb-in-user-approval-api' into 'master'

Fix HTTP verb in user approval API

See merge request gitlab-org/gitlab!68006
parents 8960788a 218977f8
...@@ -1546,7 +1546,7 @@ curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitla ...@@ -1546,7 +1546,7 @@ curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitla
Returns: Returns:
- `201 OK` on success. - `201 Created` on success.
- `404 User Not Found` if user cannot be found. - `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. - `403 Forbidden` if the user cannot be approved because they are blocked by an administrator or by LDAP synchronization.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment