---
title: "Update alert note"
method: PATCH
path: "/api/{cloudId}/v1/alerts/{alertId}/notes/{id}"
tags: ["Alerts"]
---

# Update alert note

`PATCH /api/{cloudId}/v1/alerts/{alertId}/notes/{id}`

This endpoint is used to update a note associated with a specific alert.

## Path parameters

- `alertId` string, required
- `id` string, required

## Request body

- NoteRequest
  - `note` string, required

## Response `200`

Returned if the request is successful.

- AlertNote
  - `id` string — Identifier of the note.
  - `createdAt` string, date-time — Represents the timestamp at which the alert note was added.
  - `updatedAt` string, date-time — Represents the timestamp at which the alert note was updated.
  - `note` string — Represents the actual note.
  - `owner` string — Signifies the entity that added the note.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the request user does not have permission to update an alert.
- `404` — Returned if the alert is not found.
- `422` — Returned if the payload cannot be validated.

---

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