Update review
Reviews
Update review
Revise an existing authored review.
Use this endpoint when a user edits rating/comment after posting.
Rules:
- Caller must be the original author.
- Reviews are single-revision only; additional revisions return
409. - Updated content is sanitized before persistence.
Side effects:
- Recalculates and persists reviewed-user rating aggregates when rating changes.
PUT
Update review
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Review ID
Body
application/json
Response
Review
Review authored by the user
Unique identifier for the review
Rating given in the review
Number of times the review has been revised
Source associated with the review
User that the review is about
Optional textual feedback
Timestamp when the review was created