injected service use to handle the review related operations
injected logger used to handle the logging
request context [headers, body, params, query].
201 Status Created
This handler is used to create one organization review by user by applying the following steps in sequence:
Get the orgId from params
Create review where targetId is orgId (reviewService.createReview)
Recalculate organization stats (organizationApi.updateOrganizationReviewStats) If an error occurs, it is logged and the process continues
Return the created review
400 NBError Bad Request
500 NBError Internal Server Error
Generated using TypeDoc
create one organization review by user handler