updateProductReview.v1
POST
/shopgate.catalog.updateProductReview.v1
This pipeline is used to edit an existing review.
Request Body
Section titled “Request Body”Media typeapplication/json
object
author
required
Name of the reviewer
string
Example
John D.rate
required
integer format: int32
Example
100title
string
Example
Awesome product.review
string
Example
I like it because it is good.Responses
Section titled “Responses”Successful response.
Media typeapplication/json
object
Examplegenerated
{}Validation error, when review attributes are not valid
Media typeapplication/json
object
error
object
code
string
message
string
Example
{ "error": { "code": "EINVAL", "message": "One of review attributes are invalid." }}Unauthorized access. user shuld be logged in to post a review
Media typeapplication/json
object
error
object
code
string
message
string
Example
{ "error": { "code": "EACCESS", "message": "User is not logged in." }}
