summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 a84b236d1e3..ddd7de58228 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -2011,7 +2011,7 @@ Administrators cannot disable 2FA for their own user account or other administra
administrator's 2FA [using the Rails console](../security/two_factor_authentication.md#for-a-single-user).
```plaintext
-PATCH /user/:id/disable_two_factor
+PATCH /users/:id/disable_two_factor
```
Parameters:
@@ -2021,7 +2021,7 @@ Parameters:
| `id` | integer | yes | The ID of the user |
```shell
-curl --request PATCH --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/user/1/disable_two_factor"
+curl --request PATCH --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/users/1/disable_two_factor"
```
Returns: