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, null to remove, or omit to leave unchanged.
customer_review
boolean
Whether this is a verified customer review.
created_at
string
Custom creation timestamp (ISO 8601 string or Unix timestamp as string, up to 26 characters).
external_review
string
URL to an external review document or image (PDF or image URL).
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.
| Code | Description |
|---|---|
1002 | Review not found, product not found, or image asset not found |
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