feat: add search media

This commit is contained in:
2026-06-15 14:26:41 +03:30
parent e645fe19c4
commit ef6649309e
9 changed files with 90 additions and 13 deletions
+20
View File
@@ -0,0 +1,20 @@
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.
}