getting below response while integrating vote(PUT,DELETE) , bookmark (PUT,DELETE), follow(PUT/DELETE)
-
https://docs.nodebb.org/api/write/#tag/posts/paths/~1posts~1{pid}~1bookmark/put
https://community.nodebb.org/api/v3/topics/{tid}/follow
https://community.nodebb.org/api/v3/posts/{pid}/vote
https://community.nodebb.org/api/v3/posts/{pid}/bookmarkI want to use this API to integrate in the flutter project but it's not working
Copyright © 2024 NodeBB | Contributors