POST
/
api
/
{projectId}
/
training
/
anomaly
/
{learnId}
Anomaly settings
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/training/anomaly/{learnId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "minimumConfidenceRating": 123
}'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

learnId
integer
required

Learn Block ID, use the impulse functions to retrieve the ID

Body

application/json

Only fields defined in this object are set

Response

200 - application/json

OK

The response is of type object.