snippets/bruno/CodeSnippets/create_snippet.bru
Travis Shears 5fad04d04c
fix update-snippet
Created via bruno",
Updated via bruno"
does a cool thing",
2026-03-10 17:53:28 +01:00

20 lines
286 B
Text

meta {
name: create_snippet
type: http
seq: 3
}
post {
url: {{host}}/api/snippet
body: json
auth: none
}
body:json {
{
"title": "Mock snippet sent via Bruno",
"slug": "bruno-test",
"markdown": "## MOCK SNIPPET\nCreated via bruno",
"tags": ["mock"]
}
}