snippets/bruno/CodeSnippets/get_snippets.bru

24 lines
305 B
Text

meta {
name: get_snippets
type: http
seq: 4
}
get {
url: {{host}}/api/snippet?limit=10&skip=10
body: none
auth: none
}
params:query {
limit: 10
skip: 10
}
body:json {
{
"title": "Test Snippet",
"markdown": "## Cool Snippet\ndoes a cool thing",
"tags": ["git", "jj"]
}
}