---
title: "Add Device Alert Presets"
method: PATCH
path: "/public/v3/Devices/{deviceId}/addAlertPresets"
tags: ["Devices"]
---

# Add Device Alert Presets

`PATCH /public/v3/Devices/{deviceId}/addAlertPresets`

Add alert presets to a device.

## Path parameters

- `deviceId` string, required

## Headers

- `x-tive-account-id` integer, required

## Request body

- DeviceAlertPresetRequest
  - `alertPresetIds` integer[], required — The list of alert preset IDs you would like to specify.

## Response `200`

The alert presets were successfully assigned to the device

## Other responses

- `400` — Unable to add alert presets to the device. See response message for details.
- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
