Commit 786a8905 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'fix-documentation' into 'master'

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

See merge request gitlab-org/gitlab!75089
parents a82596e9 f1433abb
......@@ -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