API ReferenceAlerts Config
Update Alert Type
Update alert type, identified by alertTypeId.
Authorization
bearerAuth superadmin, superuserAuthorization<token>
In: header
Scope: superadmin, superuser
Path Parameters
alertTypeId*number
The alert type's ID.
Format
doubleRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/v1/alerts-config/alert-types/0.1" \ -H "Content-Type: application/json" \ -d '{ "params_validation": {}, "detector": "string", "name": "string" }'{ "id": 0.1, "params_validation": {}, "description": "string", "detector": "string", "name": "string"}