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,21 @@
meta {
name: get breathing colors
type: http
seq: 1
}
get {
url: {{baseUrl}}/breathing-colors
body: none
auth: inherit
}
settings {
encodeUrl: true
}
docs {
Palette the app shows when creating a breathing template. Each item has
a `colors` array (one hex = solid, several = gradient). The user picks one
and sends its colors as `colors` on /breathing-templates.
}