curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/dismiss-notification \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"notification": "<string>"
}'
{
"success": true,
"error": "<string>"
}
Dismiss a notification
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/dismiss-notification \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"notification": "<string>"
}'
{
"success": true,
"error": "<string>"
}
Project ID
OK
The response is of type object
.