injected service use to handle the chat related operations
injected auth secrets used to handle the authentication
injected logger used to handle the logging
request context [headers, body, params, query].
params.id
is required200 Status OK
This handler will patch topic by applying the following steps in sequence:
Authenticate the request (authenticate)
Patch topic (chatService.updateOneTopic)
Normalize topic (chatService.getOneTopicAndNormalize)
Return normalized topic
400 NBError Bad Request
404 NBError Not Found
500 NBError Internal Server Error
Generated using TypeDoc
Patch topic handler