Last updated 10 months ago
Was this helpful?
Dismiss a notification
/api/{projectId}/dismiss-notification
Project ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/dismiss-notification' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"notification":"text"}'
{ "success": true, "error": "text" }