API ReferenceGuidesChangelog
Alerts

Save an alert rule

PUT
/v1/alerts/rule/{id}

Authorization

api-key<token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v1/alerts/rule/string" \  -H "Content-Type: application/json" \  -d '{}'
{}