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

23 lines
294 B
Text

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