summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-04-21 10:39:26 +0000
committerLin Jen-Shin <godfat@godfat.org>2017-04-21 18:44:30 +0800
commite529f0e2ee16b193998a4bd085dd002d902ade6b (patch)
treeee564c689430fa6a94eef288304cecb377bad34a
parent843f52ea6498363fdf99c36af6834ab394317103 (diff)
downloadgitlab-ce-e529f0e2ee16b193998a4bd085dd002d902ade6b.tar.gz
Merge branch 'fix-user-activity-api' into 'master'
Fix user activities API version in docs [ci skip] See merge request !10822
-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 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: