injected service use to handle the notification related operations
which field to get the message id from
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This validator checks if the topic is public by applying the following steps in sequence:
Get message by id (notificationService.getOneMessage)
Check if the message exists
Get topic by id (notificationService.getOneTopic)
Check if the topic exists
Check if the topic is public
404 NBError Not Found
403 NBError Forbidden
Generated using TypeDoc
Is public topic message validator