boring.tools-poc/bruno/Changelog/Commit/Create.bru
Lars Hampe b182329146
All checks were successful
Build and Push Docker Image / tests (push) Successful in 56s
Build and Push Docker Image / build (push) Successful in 3m31s
wip: cli and changelog commit upload
2024-10-25 16:31:59 +02:00

29 lines
424 B
Plaintext

meta {
name: Create
type: http
seq: 1
}
get {
url: {{API_URL}}/v1/changelog/commit
body: json
auth: none
}
body:json {
[
{
"changelogId": "aad2c981-e1cc-4de0-8185-8d1c117886b9",
"commit": "abc123",
"parent": "abc122",
"subject": "some",
"author": {
"name": "asd",
"email": "hello@hashdot.co",
"date": "somedate"
},
"body": ""
}
]
}