snippets/bruno/CodeSnippets/delete_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

23 lines
305 B
Text

meta {
name: delete_snippet
type: http
seq: 5
}
delete {
url: {{host}}/api/snippet?slug=bruno-test
body: none
auth: none
}
params:query {
slug: bruno-test
}
body:json {
{
"title": "Test Snippet",
"markdown": "## Cool Snippet\ndoes a cool thing",
"tags": ["git", "jj"]
}
}