cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dsp/{dspId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "dockerContainer": "<string>", "description": "<string>", "requestsCpu": 123, "requestsMemory": 123, "limitsCpu": 123, "limitsMemory": 123, "port": 123, "sourceCodeDownloadStaffOnly": true }'
{ "success": true, "error": "<string>" }
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
OK
The response is of type object.
object