add edit snippet use case

This commit is contained in:
Travis Shears 2025-06-10 10:42:33 +02:00
parent f58db3d88b
commit 2197dd0c1d
5 changed files with 56 additions and 1 deletions

View file

@ -0,0 +1,22 @@
meta {
name: edit_snippet
type: http
seq: 7
}
patch {
url: {{host}}/api/snippet?id=680a3508-7709-4f71-b5c3-3dcbffe6f5cf
body: json
auth: none
}
params:query {
id: 680a3508-7709-4f71-b5c3-3dcbffe6f5cf
}
body:json {
{
"title": "Updated from Bruno",
"tags": ["code", "mock"]
}
}