cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/impulse/update \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "tags": [ "<string>" ] } '
{ "success": true, "error": "<string>" }
Update the impulse for this project. If you specify impulseId then that impulse is created/updated, otherwise the default impulse is created/updated.
impulseId
Project ID
Impulse ID. If this is unset then the default impulse is used.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)