Appearance
Update Data Source Data
Refresh or update the cached data for a data source, triggering a re-query of the underlying data. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
dataSourceId* | string | The unique identifier of the data source |
body | object | Optional parameters to pass when refreshing the data |
Return Value
The updated data source data result.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/data-source/:dataSourceId/data" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
put
/api/{targetPath}/data-source/:dataSourceId/data