Skip to main content

Update a product review

Update a product review.

Authorizations:Token
Query Parameters
product_id
required
integer
id
required
integer
Request Body Schema:
The updated Product Review resource
reviewstring
responsestring or null
ratingintegerDefault: 1Example: 1
addition_datestring or null
response_datestring or null
profileinteger or null
respondentinteger or null
reviewer_namestring
statusintegerDefault: 1Enum: "0""1"Example: "1"
use_for_metaboolean

Responses

200Product Review resource updated
Response schema:
Product Review resource updated
idinteger
reviewstring
responsestring or null
ratingintegerDefault: 1Example: 1
addition_datestring
response_datestring or null
profileinteger or null
respondentinteger or null
reviewer_namestring
statusintegerDefault: 1Example: 1
use_for_metaboolean
400Invalid input
404Resource not found
422Unprocessable entity