snippets/bruno/CodeSnippets/delete_snippet.bru

23 lines
353 B
Text

meta {
name: delete_snippet
type: http
seq: 5
}
delete {
url: {{host}}/api/snippet?id=90d00a80-78c4-4bc9-a066-01c988599d05
body: none
auth: none
}
params:query {
id: 90d00a80-78c4-4bc9-a066-01c988599d05
}
body:json {
{
"title": "Test Snippet",
"markdown": "## Cool Snippet\ndoes a cool thing",
"tags": ["git", "jj"]
}
}