Skip to content

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 parametersdata typedescription
dataSourceId*stringThe unique identifier of the data source
bodyobjectOptional 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