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:
authorAirat Shigapov <contact@airatshigapov.com>2016-10-21 18:05:36 +0300
committerAirat Shigapov <contact@airatshigapov.com>2016-10-21 18:05:36 +0300
commitb939529c2a2c724f1471ab3b0ec2a5dac10c913c (patch)
treeb3a30c2225e746f4b2e76c78148dfe7cef7faa31 /doc/api/users.md
parent6c09fbd889a2259f8e2db1927c4e0a3d4cdb01b4 (diff)
Fix wrong endpoint in api/users documentation, fix same typo in spec describe blocks
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 2b12770d5a5..a50ba5432fe 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -643,7 +643,7 @@ Parameters:
| `id` | integer | yes | The ID of the user |
```bash
-curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/user/:id/events
+curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/users/:id/events
```
Example response: