diff options
author | Phil Hughes <me@iamphill.com> | 2016-10-26 08:47:09 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-10-26 08:47:09 +0100 |
commit | a2eff1a8e55b4bf513d3d752fcd6477595813dc2 (patch) | |
tree | e7d5e3e097ef85b871c7ab5b4673e6903c294144 /doc/api/users.md | |
parent | 13f170fc5d182da78c3d0a7a0885628f59420ea0 (diff) | |
parent | 3d174c7198f103cdedd7c7ffb7678aff1dd4de33 (diff) | |
download | gitlab-ce-a2eff1a8e55b4bf513d3d752fcd6477595813dc2.tar.gz |
Merge branch 'master' into issue-board-sidebarissue-board-sidebar
Diffstat (limited to 'doc/api/users.md')
-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: |