20 lines
253 B
Text
20 lines
253 B
Text
meta {
|
|
name: create_snippet
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/api/snippet
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"title": "Test Snippet",
|
|
"slug": "test-snippet",
|
|
"markdown": "this is a test",
|
|
"tags": ["test"]
|
|
}
|
|
}
|