Set data explorer settings
POST {{baseUrl}}/api/:projectId/raw-data/data-explorer/settings
Set data explorer configuration, like the type of data, and the input / dsp block to use.
Request Body
{"preset"=>"<string>", "dimensionalityReductionTechnique"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}