v1

latestOpenAPI 3.0.02026-07-147249104.6 KB
reviews : Find and modify reviews

Update a review fields

  • Only the review author is able to update their review
  • Returns the newly updated review
patch/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

The id of the User account that is posting this review

headlinestring

The review's headline. Limited to 50 characters.

ratinginteger

The rating given within this review. The rating is represented as an integer between 0 and 500 (0 - 5 stars)

descriptionstring

The review's description. Limited to 2000 characters.

customDatastring

A custom JSON object that you can create and attach to this record

Response

OK