Closed lhoogenraad closed 2 weeks ago
PUT /api/reviews/{reviewId}/comments/{commentId} Should allow a user to edit their comment. Should set review_comments.edited to true. Should ensure that the user editing the review is the creator of the review.
PUT /api/reviews/{reviewId}/comments/{commentId}
PUT /api/reviews/{reviewId}/comments/{commentId}
Should allow a user to edit their comment. Should set review_comments.edited to true. Should ensure that the user editing the review is the creator of the review.