comments
Add Topic Comment
Add an Comment to the topic
post/api/users/:userId/topics/:topicId/comments
Path parameters
userIdstring required
logged in users id
topicIdstring required
Topic id to add Comment
Request body
Response
New Comment added successfully
Example response
{
"status": {
"code": 20000
}
}