cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/sentinels/{sentinel_id} \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "sentinel_name": "Tone Check v2", "severity": 3 } '
{ "data": { "id": 1, "sentinel_name": "Tone Check v2", "severity": 3, "intent_group_id": 10 } }
Update a sentinel’s name, severity, directives, or configuration.
Your Maitai API key from the Portal.
Update sentinel.
An evaluation watcher that monitors model output quality for an intent group.
Show child attributes
Was this page helpful?