Create a review
POST/products/{product_id}/users/{user_id}/licenses/{license_id}/reviews.json
Create a review associated with a license. If you want to create/import reviews which are not associated with a license or from a different system, please use the Review endpoint under products/{product_id}/reviews.json.
Request
Responses
- 201
- 400
- 401
- 402
- 404
The created review.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.