Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.trymaitai.ai/api/v1/monitors/{monitor_id}/versions \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "increment": "minor", "version_notes": "Tightened error rule for missing customer_id." } '
{ "data": { "id": 13, "monitor_id": 501, "version_number": "1.3.0", "is_latest": true } }
Publish a new version of the monitor (snapshot + semver bump).
Your Maitai API key from the Portal.
major
minor
patch
Publish monitor version.
Was this page helpful?