Files
api-meditation/settings/get themes.bru
T
2026-06-15 14:26:41 +03:30

21 lines
319 B
Plaintext

meta {
name: get themes
type: http
seq: 7
}
get {
url: {{baseUrl}}/themes
body: none
auth: inherit
}
settings {
encodeUrl: true
}
docs {
Returns the color themes (blue, pink, green, orange, purple) a scene can use.
Each theme has key, name and a `colors` map. Assign one to a scene via theme_id.
}