Update Data

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

The data endpoint is rather a service than a resource. This service can be used to:

The update endpoint can be used to signal changes to external data (eg. databases or plugin) to Luzmo. This will clear any query cache for the dataset. A maximum update frequency of 1x per 15 seconds is enforced.

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

Can be executed by:
Securable Modifier
Can be associated to:
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
{
  "code": 200
}