Set config

Set config

post

Set configuration parameters for the DSP block. Only values set in the body will be overwritten.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

dspIdintegerRequired

DSP Block ID, use the impulse functions to retrieve the ID

Body
Responses
200
OK
application/json
post
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"
  }
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?