feat: add colors

This commit is contained in:
2026-06-16 19:14:43 +03:30
parent ef6649309e
commit 804efc8aad
10 changed files with 108 additions and 3 deletions
@@ -0,0 +1,19 @@
meta {
name: delete breathing color
type: http
seq: 4
}
delete {
url: {{baseUrl}}/breathing-colors/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}