diff options
author | Airat Shigapov <contact@airatshigapov.com> | 2016-10-21 18:05:36 +0300 |
---|---|---|
committer | Airat Shigapov <contact@airatshigapov.com> | 2016-10-21 18:05:36 +0300 |
commit | b939529c2a2c724f1471ab3b0ec2a5dac10c913c (patch) | |
tree | b3a30c2225e746f4b2e76c78148dfe7cef7faa31 /doc/api | |
parent | 6c09fbd889a2259f8e2db1927c4e0a3d4cdb01b4 (diff) | |
download | gitlab-ce-b939529c2a2c724f1471ab3b0ec2a5dac10c913c.tar.gz |
Fix wrong endpoint in api/users documentation, fix same typo in spec describe blocks
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/users.md | 2 |
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: |