The data endpoint is rather a service than a resource. This service can be used to:
add or replace data to/in a data push dataset
query data from one or more datasets
signal external changes to a dataset to clear query cache for the dataset.
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.
npm install @luzmo/nodejs-sdk{
"code": 200
}