From faddd10c8d9ce169eb2dc9d1eea251de4af5e186 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Thu, 20 Apr 2017 14:47:44 +0100 Subject: [PATCH] Fix user activities API version in docs --- doc/api/users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/users.md b/doc/api/users.md index ff5bffa178f..e7ef68cffbc 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -1029,7 +1029,7 @@ Parameters: | `from` | string | no | Date string in the format YEAR-MONTH-DAY, e.g. `2016-03-11`. Defaults to 6 months ago. | ```bash -curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/user/activities +curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/user/activities ``` Example response: