Dissociate Theme

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/theme

A theme for your dashboards, belonging to your organization.

Request parametersResponse schema
name Multilingual string

Internationalized name of the theme.

theme OBJECT
type STRING
background STRING
itemsBackground STRING
boxShadow OBJECT
title OBJECT
borders OBJECT
margins ARRAY[INTEGER]
mainColor STRING
axis OBJECT
legend OBJECT
tooltip OBJECT
colors ARRAY[STRING]
font OBJECT
editBackground STRING
editDarkOrLight STRING
darkOrLight TEXT
name STRING
Can be executed by:
Organization Owner
Can be associated to:
defaultTheme
Organization
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
pip install luzmo-sdk
Example Response
200
400
500
{
  "id": "0153d8e3-f726-457d-a597-55f417687b07",
  "name": null,
  "theme": null,
  "created_at": "2024-03-22T12:31:07.022Z",
  "updated_at": "2024-03-22T12:31:07.035Z",
  "deleted_at": null,
  "organization_id": "f6b4671e-7fe7-45f0-ad1f-19f271849ca0"
}