Commit f1433abb authored by Rémy Coutable's avatar Rémy Coutable

doc: Fix usage example for `GET /projects/:id/repository/changelog`

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 297e5de4
......@@ -733,7 +733,7 @@ Supported attributes:
| `trailer` | string | no | The Git trailer to use for including commits, defaults to `Changelog`. |
```shell
curl --header "PRIVATE-TOKEN: token" --data "version=1.0.0" "https://gitlab.com/api/v4/projects/42/repository/changelog"
curl --header "PRIVATE-TOKEN: token" "https://gitlab.com/api/v4/projects/42/repository/changelog?version=1.0.0"
```
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