Last updated 11 months ago
Was this helpful?
Updates a dsp block. Only values in the body will be updated.
Organization ID
DSP Block ID, use the impulse functions to retrieve the ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dsp/{dspId}' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "name": "text", "dockerContainer": "text", "description": "text", "requestsCpu": 1, "requestsMemory": 1, "limitsCpu": 1, "limitsMemory": 1, "port": 1 }'
{ "success": true, "error": "text" }