---
title: "Update the analysis text on an alert"
method: PUT
path: "/alerts/{id}/analysis"
tags: ["Alert Analysis"]
---

# Update the analysis text on an alert

`PUT /alerts/{id}/analysis`

## Path parameters

- `id` string, required

## Headers

- `x-apikey` string, required
- `Content-Type` 'application/json', required

## Request body

- AlertAnalysisOp — The analysis text for an alert. This can be in markdown format.
  - `analysis` string — The analysis text that can be in markdown format.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/virustotal/apis/threat-landscape.md) · [All operations](https://skmtc.net/virustotal/apis/threat-landscape/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/virustotal/threat-landscape/versions/d61b85e6a6b3/schema)
