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=d77d3463-c76e-4c53-a1d5-ecaf16c6c54e
body: none
auth: none
}
params:query {
id: d77d3463-c76e-4c53-a1d5-ecaf16c6c54e
}
body:json {
{
"title": "Test Snippet",
"markdown": "## Cool Snippet\ndoes a cool thing",
"tags": ["git", "jj"]
}
}