review field info to get the review id
injected service use to handle the review related operations
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This validator is used to check if the review is exists by applying the following steps in sequence:
Get the reviewId from context
Get the review by reviewId (reviewService.getOneReviewById)
Return the status code
400 NBError Bad Request
404 NBError Not Found
Generated using TypeDoc
Is review exists validator