Datasources
Update datasource instance configuration
Updates the greenlisted configuration values for a datasource instance. Only configuration keys that are exposed via the public API greenlist may be set. Returns the full greenlisted configuration after the update is applied.
patch/rest/api/v1/configure/datasources/{datasourceId}/instances/{instanceId}
Path parameters
datasourceIdstring required
Example:o365sharepoint
The datasource type identifier (e.g. o365sharepoint)
instanceIdstring required
Example:o365sharepoint_abc123
The datasource instance identifier
Request body
Response
OK