21 lines
319 B
Plaintext
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.
|
|
}
|