snippets/bruno/CodeSnippets/edit_snippet.bru
Travis Shears 5fad04d04c
fix update-snippet
Created via bruno",
Updated via bruno"
does a cool thing",
2026-03-10 17:53:28 +01:00

22 lines
309 B
Text

meta {
name: edit_snippet
type: http
seq: 7
}
patch {
url: {{host}}/api/snippet?slug=bruno-test
body: json
auth: none
}
params:query {
slug: bruno-test
}
body:json {
{
"title": "Mock snippet sent via Bruno with updated title",
"markdown": "## MOCK SNIPPET\nUpdated via bruno"
}
}