Post APIs
Last updated
Last updated
This api allows the user to delete post in the nodebb
/v2/posts/{pid}
successful operation
This api allows the user to delete vote(Up/down) to post in the nodebb
/v2/posts/{pid}/vote
successful operation
This api allows the user to bookmarks a post in the nodebb
/v2/posts/{pid}/bookmark
successful operation
This api allows the user to Unbookmarks a post in the nodebb
/v2/posts/{pid}/bookmark
successful operation
This api allows the user to Restores a post in the nodebb
/v2/posts/{pid}/state
successful operation
This api allows the user to vote(Up/down) to post in the nodebb
/v2/posts/{pid}/vote
The delta must be a number. If delta is > 0, it's considered an upvote; if delta is < 0, it's considered a downvote; otherwise, it's an unvote.
delta must be a number. If delta > 0, it's considered an upvote; if delta < 0, it's considered a downvote; otherwise, it's an unvote.
successful operation
This api allows the user to Deletes a post in the nodebb
/v2/posts/{pid}/state
successful operation
This api allow the user to create new post to topic in nodebb
/v2/topics/{tid}
successful operation
This api allow the user to create reply to post in nodebb
/v2/topics/{tid}
successful operation