Set Config
Set configuration parameters for the DSP block. Only values set in the body will be overwritten.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId} \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"config":{"property1":"string","property2":"string"}}'
Last updated
Was this helpful?