boring.tools-poc/bruno/Changelog/Version/Create Auto.bru
Lars Hampe 1be0facd64
Some checks failed
Build and Push Docker Image / tests (push) Successful in 39s
Build and Push Docker Image / build (push) Failing after 1m8s
feat(app): changelog version auto create
2024-11-01 21:15:46 +01:00

23 lines
310 B
Plaintext

meta {
name: Create Auto
type: http
seq: 1
}
post {
url: {{API_URL}}/v1/changelog/version/auto
body: json
auth: bearer
}
auth:bearer {
token: {{TOKEN}}
}
body:json {
{
"changelogId": "d83fe688-3331-4e64-9af6-318f82e511d4",
"commitIds": ["01cc79df-6d16-4496-b9ba-b238d686efc4"]
}
}