snippets/bruno/CodeSnippets/get_snippet_by_slug.bru

23 lines
328 B
Text

meta {
name: get_snippet_by_slug
type: http
seq: 10
}
get {
url: {{host}}/api/snippet-by-slug?slug=netcat-over-ping
body: none
auth: none
}
params:query {
slug: netcat-over-ping
}
body:json {
{
"title": "Test Snippet",
"markdown": "## Cool Snippet\ndoes a cool thing",
"tags": ["git", "jj"]
}
}