Fix user activities API version in docs

This commit is contained in:
Sean McGivern 2017-04-20 14:47:44 +01:00
parent 33a25e0fc6
commit faddd10c8d
1 changed files with 1 additions and 1 deletions

View File

@ -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: