Update a review
POST
https://api.tamio.com/v2/reviews/update/{uuid}
Updates an existing product review identified by its UUID. All core
fields (rating, text, name) are required. The image can be replaced,
removed (set to null), or left unchanged (omit the field).
Path Parameters
uuid
string*
UUID of the review to update.
Body Parameters
product
string*
UUID of the product being reviewed.
rating
integer*
Star rating (0–5).
review_text
string*
Main review content.
name
string*
Name of the reviewer.
image
string
UUID of an image asset to attach, or null to remove.
customer_review
boolean
Whether this is a verified customer review.
created_at
string
Custom creation timestamp (ISO string or Unix timestamp).
external_review
string
URL to an external review document or image.
external_link
string
External URL related to the review.
Responses
200
Review updated
Review updated
status
integer
review
Review
400
Validation or business-logic error
Validation or business-logic error
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string
error_code
integer