---
title: "PUT /feedback"
method: PUT
path: "/feedback"
---

# PUT /feedback

`PUT /feedback`

Collects customer feedback about the specified insight.

## Request body

- object
  - `InsightFeedback` object — Information about insight feedback received from a customer.
    - `Id` string — The insight feedback ID.
    - `Feedback` 'VALID_COLLECTION' | 'RECOMMENDATION_USEFUL' | 'ALERT_TOO_SENSITIVE' | 'DATA_NOISY_ANOMALY' | 'DATA_INCORRECT' — The feedback provided by the customer.

## Response `200`

Success

- PutFeedbackResponse

## Other responses

- `480` — AccessDeniedException
- `481` — ConflictException
- `482` — InternalServerException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException
- `485` — ValidationException

---

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