Skip to main content
POST
/
api
/
monitors
/
custom-monitors
/
v1
/
mode
BatchUpdateMonitorMode
curl --request POST \
  --url https://developer.synq.io/api/monitors/custom-monitors/v1/mode \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "anomalyEngine": {
    "sensitivity": "SENSITIVITY_UNSPECIFIED"
  },
  "ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "updatedIds": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
anomalyEngine
anomaly_engine · object
required
ids
string<uuid>[]
Minimum array length: 1

Response

200 - application/json

Success

updatedIds
string[]