From 1b18ac3f3af96e96d2f8066c20ed496176e195d9 Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Fri, 25 Oct 2024 19:50:43 +0200 Subject: [PATCH] bruno: update commit create --- bruno/Changelog/Commit/Create.bru | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bruno/Changelog/Commit/Create.bru b/bruno/Changelog/Commit/Create.bru index e9ff3b1..c64df3c 100644 --- a/bruno/Changelog/Commit/Create.bru +++ b/bruno/Changelog/Commit/Create.bru @@ -4,16 +4,20 @@ meta { seq: 1 } -get { +post { url: {{API_URL}}/v1/changelog/commit body: json - auth: none + auth: bearer +} + +auth:bearer { + token: abc123 } body:json { [ { - "changelogId": "aad2c981-e1cc-4de0-8185-8d1c117886b9", + "changelogId": "6a14f436-6596-474b-b615-f6e923582c1b", "commit": "abc123", "parent": "abc122", "subject": "some",