From e529f0e2ee16b193998a4bd085dd002d902ade6b Mon Sep 17 00:00:00 2001 From: Robert Speicher <robert@gitlab.com> Date: Fri, 21 Apr 2017 10:39:26 +0000 Subject: [PATCH] Merge branch 'fix-user-activity-api' into 'master' Fix user activities API version in docs [ci skip] See merge request !10822 --- 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 a79d31d19fa..3f6e7f7f5d2 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -1017,7 +1017,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: -- 2.30.9