snippets/bruno/CodeSnippets/get_snippets.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

24 lines
302 B
Text

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