Skip to content

Update Data Source

Update an existing data source configuration. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
dataSourceId*stringThe unique identifier of the data source to update
body.namestringUpdated display name
body.queryobjectUpdated query configuration

Return Value

The updated data source configuration.

Examples

bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/data-source/:dataSourceId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"name": "Updated Data Source Name"}'

ENDPOINTS

put/api/{targetPath}/data-source/:dataSourceId