Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-04-21 13:39:26 +0300
committerRobert Speicher <robert@gitlab.com>2017-04-21 13:39:26 +0300
commitd79e587e7efd108a9c5afc3c722b38bc685e9098 (patch)
tree8ae7d8f40ab8e8772e08eb340df92d10c625fac6
parent38e30516e15826921dcd223fce88eb0e0fc5c578 (diff)
parentfaddd10c8d9ce169eb2dc9d1eea251de4af5e186 (diff)
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 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: