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

28 lines
338 B
Text

meta {
name: list
type: http
seq: 4
}
get {
url: {{host}}/api/snippets?limit=100&skip=0
body: none
auth: none
}
params:query {
limit: 100
skip: 0
}
headers {
~Accept: application/edn
}
body:json {
{
"title": "Test Snippet",
"markdown": "## Cool Snippet\ndoes a cool thing",
"tags": ["git", "jj"]
}
}