Update DSP Block

Updates a dsp block. Only values in the body will be updated.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dsp/{dspId} \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"string","dockerContainer":"string","description":"string","requestsCpu":0,"requestsMemory":0,"limitsCpu":0,"limitsMemory":0,"port":0}'

Last updated

Was this helpful?