PUT
/
api
/
v1
/
admin
/
simulation
/
team-sessions
/
analytics
/
anomalies
/
{alert_id}
Update Team Simulation Analytics Anomaly
curl --request PUT \
  --url https://api.jobsim.work/api/v1/admin/simulation/team-sessions/analytics/anomalies/{alert_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>",
  "metadata": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

alert_id
string
required

Body

application/json

Request payload to update anomaly alert status/workflow.

status
string | null
metadata
Metadata · object

Response

Successful Response