v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Update alert note
This endpoint is used to update a note associated with a specific alert.
patch/api/{cloudId}/v1/alerts/{alertId}/notes/{id}
Path parameters
alertIdstring required
Identifier of the alert.
idstring required
Identifier of the note.
Request body
Example request
{
"note": "System downtime expected due to maintenance activities."
}Response
Returned if the request is successful.
Example response
{
"id": "1704869443312000050",
"createdAt": "2024-01-05T07:06:47.958Z",
"updatedAt": "2024-01-05T07:06:47.958Z",
"note": "System downtime expected due to maintenance activities.",
"owner": "user@atlassian.com"
}