init view / list tags

This commit is contained in:
Travis Shears 2025-06-16 12:24:25 +02:00
parent a2352d19c2
commit bbeb1b6ba0
6 changed files with 36 additions and 4 deletions

View file

@ -5,13 +5,13 @@ meta {
}
get {
url: {{host}}/api/snippets?limit=100&skip=0
url: {{host}}/api/snippets?limit=25&skip=0
body: none
auth: none
}
params:query {
limit: 100
limit: 25
skip: 0
}