snippets/bruno/CodeSnippets/create_snippet.bru

20 lines
254 B
Text

meta {
name: create_snippet
type: http
seq: 3
}
post {
url: {{host}}/api/snippet
body: json
auth: none
}
body:json {
{
"title": "TEST from Bruno",
"slug": "bruno-test",
"markdown": "this is a test",
"tags": ["test"]
}
}