BigW Consortium Gitlab

Commit e529f0e2 by Robert Speicher Committed by Lin Jen-Shin

Merge branch 'fix-user-activity-api' into 'master'

Fix user activities API version in docs [ci skip] See merge request !10822
parent 843f52ea
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment