---
title: "Update Preset"
method: PUT
path: "/preset/{uuid}"
tags: ["preset"]
---

# Update Preset

`PUT /preset/{uuid}`

Update a preset for tenant

## Path parameters

- `uuid` string, required

## Request body

- CreateOrUpdatePresetDto
  - `name` string
  - `options` PresetOption[], required
    - `label` string, required
    - `value` union, required
      - string
      - object
  - `is_private` boolean
  - `is_noisy` boolean
  - `tags` TagDto[]
    - `id` string
    - `name` string, required

## Response `200`

Successful Response

- PresetDto
  - `id` string, uuid, required
  - `name` string, required
  - `options` unknown[]
    - unknown
  - `created_by` string
  - `is_private` boolean
  - `is_noisy` boolean
  - `should_do_noise_now` boolean
  - `alerts_count` integer
  - `static` boolean
  - `tags` TagDto[]
    - `id` string
    - `name` string, required

## Other responses

- `422` — Validation Error

---

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