Associate Theme

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

A theme for your dashboards, belonging to your organization.

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

resource *OBJECTrequired
role *STRINGrequired
id *UUIDrequired
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
npm install @luzmo/nodejs-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"
}