v1
latestOpenAPI 3.0.02026-07-147249104.6 KBreviews : Find and modify reviews
Update a review from a User and returns the new post
- Only the review author is able to update their review
- Returns the newly updated review
post/reviews/{reviewId}
Path parameters
reviewIdstring required
The id of the Review to be updated
Query parameters
userIdstring required
The id of the User that is updating this review
userAccountIdstring required
The id of the User account that is posting this review
headlinestring required
The review's headline. Limited to 50 characters.
ratinginteger required
The rating given within this review. The rating is represented as an integer between 0 and 500 (0 - 5 stars)
descriptionstring required
The review's description. Limited to 2000 characters.
customDatastring
A custom JSON object that you can create and attach to this record
Response
OK