snippets/bruno/CodeSnippets/get.bru
2026-03-12 10:25:00 +01:00

23 lines
299 B
Text

meta {
name: get
type: http
seq: 5
}
get {
url: {{host}}/api/snippet-by-slug?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"]
}
}