Topic APIs
Last updated
Last updated
This api allow the user to get all the unread topics in nodebb
/unread
successful operation
This api allow the user to delete a topic in nodebb
/v2/topics/{tid}/state
successful operation
This api allow the user to follow a topic in nodebb
/v2/topics/{tid}/state
successful operation
This api allow the user to unfollow a topic in nodebb
/v2/topics/{tid}/state
successful operation
This api allow the user to delete tags for a topic in nodebb
/v2/topics/{tid}/tags
successful operation
This api allow the user to unpin a topic in nodebb
/v2/topics/{tid}/pin
successful operation
This api allow the user to add tags to a topic in nodebb
/v2/topics/{tid}/tags
successful operation
This api allow the user to pin to a topic in nodebb
/v2/topics/{tid}/pin
successful operation
This api allow the user to create new reply to topic in nodebb
/v2/topics/{tid}
successful operation
This api allow the user to create new topic in nodebb
/v2/topics
successful operation
This api allow the user to update topic details in nodebb
/v2/topics/{tid}
successful operation
This api allow the user to get teaser details of topic in nodebb
/topic/teaser/{topic_id}
successful operation
This api allow the user to get all the popular topics in nodebb
/recent
successful operation
This api allow the user to get all the recent topics in nodebb
/recent
successful operation
This api allow the user to get topics details by using topicId ad slug from nodebb
/topic/{topic_id}/{slug}
successful operation
This api allow the user to delete topic in nodebb
/v2/topics/{tid}
successful operation