---
title: "POST /PutFeedback"
method: POST
path: "/PutFeedback"
---

# POST /PutFeedback

`POST /PutFeedback`

Add feedback for an anomalous metric.

## Request body

- object
  - `AnomalyDetectorArn` string, required — The Amazon Resource Name (ARN) of the anomaly detector.
  - `AnomalyGroupTimeSeriesFeedback` object, required — Feedback for an anomalous metric.
    - `AnomalyGroupId` string — The ID of the anomaly group.
    - `TimeSeriesId` string — The ID of the metric.
    - `IsAnomaly` boolean — Feedback on whether the metric is a legitimate anomaly.

## Response `200`

Success

- PutFeedbackResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — InternalServerException
- `484` — TooManyRequestsException

---

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