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,28 @@
meta {
name: update breathing color
type: http
seq: 3
}
put {
url: {{baseUrl}}/breathing-colors/:id
body: json
auth: inherit
}
params:path {
id: 1
}
body:json {
{
"name": "بنفش",
"colors": ["#6829DD", "#1A50CC"],
"is_active": true
}
}
settings {
encodeUrl: true
timeout: 0
}