---
title: "Partially updates an alert using JSON Patch.
Uses the JSON Patch syntax (http://jsonpatch.com)"
method: PATCH
path: "/alerts/{id}"
tags: ["Alerts"]
---

# Partially updates an alert using JSON Patch.
Uses the JSON Patch syntax (http://jsonpatch.com)

`PATCH /alerts/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- Alert — Alert model
  - `id` string, nullable — The alert id (encrypted)
  - `created_on` string, date-time — The date and time the alert was created
  - `updated_on` string, date-time, nullable — The date and time the alert was last updated
  - `snoozed_until` string, date-time, nullable — The date and time until which the alert is snoozed
  - `resolved_on` string, date-time, nullable — The date and time the alert was resolved
  - `alert_rule` AlertRuleSummary — Alert rule summary (minimal info included with alerts)
    - `id` string, nullable — The alert rule id (encrypted)
    - `name` string, nullable — The name of the alert rule
    - `rule_set` string, nullable — The rule set configuration (JSON)
    - `is_enabled` boolean, nullable — Indicates if the alert rule is enabled
  - `devices` AlertDevice[], nullable — The devices affected by this alert
    - `id` string, nullable — The device id (encrypted)
    - `name` string, nullable — The device name
  - `is_active` boolean — Indicates if the alert is currently active (not resolved and not snoozed)

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/versions/f23a94aea621/schema)
