Update Dashboard Version

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/securableversion
API call form
Examples
List of examples
  • Publish Dashboard version
  • Unpublish Dashboard version
Description

Set the environment property of a SecurableVersion to "production" to publish it.

Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "id": "337352eb-6eab-4183-b657-c0e5cb243695",
  "name": {
    "en": "Dashboard name"
  },
  "securable_id": "c25b2053-a44e-4748-8310-1a797f6d16ed",
  "created_at": "2025-03-04T13:49:56.285Z",
  "updated_at": "2025-03-05T09:49:56.285Z",
  "environment": "production"
}