summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-04-20 14:47:44 +0100
committerSean McGivern <sean@gitlab.com>2017-04-20 14:47:44 +0100
commitfaddd10c8d9ce169eb2dc9d1eea251de4af5e186 (patch)
tree401476333664cbf5c405b99a5241b59d7d279698
parent33a25e0fc61a1436bfbe9b1e3079c5790a726492 (diff)
downloadgitlab-ce-fix-user-activity-api.tar.gz
Fix user activities API version in docsfix-user-activity-api
-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 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: