API referenceRules
`PATCH /rules/{id}` — partially update a rule.
PATCH
/rules/{id}Path Parameters
id*string
Rule id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/rules/string" \ -H "Content-Type: application/json" \ -d '{}'{ "alerting": null, "covered_through": "string", "created_at": "string", "description": "string", "enabled": true, "id": "string", "last_run_at": "string", "last_run_status": null, "name": "string", "next_run_at": "string", "org_id": "string", "owner_team_id": "string", "query": null, "schedule": "string", "status": null, "updated_at": "string"}