Reviews

Update a review

post/reviews/{id}

Path parameters

idstring required

The ID of the review

Request body

starsinteger nullable

The number of stars the review has

review_textstring nullable

The text of the review

Response

The updated Review object

idstring required

The ID of the review

created_atstring required

The date and time the review was created

updated_atstring required

The date and time the review was last updated

source'internal' | 'google' | 'yelp' required

The source of the review

starsinteger required

The number of stars the review has

review_textstring nullable required

The text of the review

customerstring nullable required

The ID of the customer who wrote the review

businessstring required

The ID of the business that the review is about

external_urlstring nullable required

The URL of the review on the external site

Changes