v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1414128100.3 KB

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

put/feedback

Request body

CodeReviewArnstring 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.

RecommendationIdstring required

The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

ReactionsReaction[] 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

Success

PutRecommendationFeedbackResponse required