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

# PUT /feedback

`PUT /feedback`

Stores customer feedback for a CodeGuru Reviewer recommendation. When this API is called again with different reactions the previous feedback is overwritten.

## Request body

- object
  - `CodeReviewArn` string, required — The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html">CodeReview</a> object.
  - `RecommendationId` string, required — The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
  - `Reactions` Reaction[], required — List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

## Response `200`

Success

- PutRecommendationFeedbackResponse

## Other responses

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

---

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