Last updated 1 year ago
Was this helpful?
Set configuration parameters for the DSP block. Only values set in the body will be overwritten.
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
POST /v1/api/{projectId}/dsp/{dspId} HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 45 { "config": { "ANY_ADDITIONAL_PROPERTY": "text" } }
OK
{ "success": true, "error": "text" }