v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Reviews

Update a review

Update the state of a review to treated/not_treated

put/reviews/{review_id}

Path parameters

review_idinteger required

Review id

Example:34

Request body

state'treated' | 'not_treated' required

Reply state

Response

OK

keystring
org_idinteger

Unique identifier of an organization in Partoo.

idinteger

Review id

business_idstring

Business id

partner'google_my_business' | 'facebook' | 'tripadvisor'

Publisher label

partner_idstring

Review id on publisher

author_namestring

The author name of the review.

Note: Replies don't have an author.

datestring datetime

Review creation date

update_datestring datetime

Review update date

delete_datestring datetime

Review deletion date (only specified if the review has been deleted)

ratinginteger

Review rating (can be null)

recommendedboolean

Review recommended (can be null)

titlestring

Review title

contentstring

Review body content

state'treated' | 'not_treated' | 'deleted'

Reply state

linkstring uri

Link to review on publisher platform

media_linksstring[]

Array of Google photo URLs associated with the review.

Populated when with_media_links=true query parameter is used. Empty array if no associated media found or if with_media_links=false.