---
title: "Update an existing alert"
method: PUT
path: "/v1/lab/{id}/alert"
tags: ["Codeless tests"]
---

# Update an existing alert

`PUT /v1/lab/{id}/alert`

Replaces the alert configuration on a Codeless test. POST to /alert creates one; PUT updates it.

## Path parameters

- `id` integer, required

## Request body

- PutV1LabIdAlert — Update an existing alert
  - `kind` 'EMAIL' | 'API' | 'SMS' — Alert channel.
  - `level` 'IMMEDIATELY' | 'DAILY' — When to send.
  - `content` string — Updated destination value.

## Response `200`

Update an existing alert

- TestingbotEntitiesAck — Testingbot_Entities_Ack model
  - `success` boolean, required — Whether the operation succeeded.
  - `errors` object, required — Validation errors keyed by field name. Only present when `success` is false.
  - `error` string, required — Single human-readable reason, used by the older endpoints in place of `errors`. Only present when `success` is false.

## Other responses

- `401` — Authentication required
- `403` — Account is read-only
- `404` — Test not found

---

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