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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}