Anomaly settings

POST {{baseUrl}}/api/:projectId/training/anomaly/:learnId

Configure the anomaly block, such as its minimum confidence score. Use the impulse blocks to find the learnId.

Request Body

{"minimumConfidenceRating"=>"<number>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}