axonpush
API referenceAlerts

PATCH /v2/alerts/{alertRuleId}

PATCH
/v2/alerts/{alertRuleId}

Path Parameters

alertRuleId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X PATCH "https://example.com/v2/alerts/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "$schema": "https://example.com/schemas/AlertRuleDTO.json",  "alertRuleId": "string",  "appId": "string",  "createdAt": "string",  "destination": "string",  "destinationType": "string",  "enabled": true,  "environmentId": "string",  "metric": "string",  "model": "string",  "name": "string",  "operator": "string",  "orgId": "string",  "release": "string",  "service": "string",  "threshold": 0.1,  "updatedAt": "string"}