snippets/bruno/CodeSnippets/edit_snippet.bru
Travis Shears 5245c9a2dd
make tag updates wipe non-included tags
Updated via bruno"
Updated via bruno",
2026-03-10 18:07:23 +01:00

23 lines
342 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",
"tags": ["mock", "updated"]
}
}