Appearance
Update Data Source
Update an existing data source configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
dataSourceId* | string | The unique identifier of the data source to update |
body.name | string | Updated display name |
body.query | object | Updated 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