injected service use to handle the notification related operations
injected logger used to handle the logging
request context [headers, body, params, query].
201 Status Created
This handler will create topic by applying the following steps in sequence:
Create topic (notificationService.createTopic)
Get topic by id and normalize (notificationService.getOneTopicAndNormalize)
Return the topic
500 NBError Internal Server Error
Generated using TypeDoc
Create topic handler