Is it possible to vote on a public card with Trello's REST API?
The documentation is not very helpful:
https://trello.com/docs/api/card/index.html
https://trello.com/docs/api/action/index.html
Thanks!
Is it possible to vote on a public card with Trello's REST API?
The documentation is not very helpful:
https://trello.com/docs/api/card/index.html
https://trello.com/docs/api/action/index.html
Thanks!
您正在寻找的路线是POST /1/cards/(card id or shortlink)/membersVoted。的唯一有效值value
是您自己的会员 ID。
一般来说,解决此类问题的最佳方法是在 Web 应用程序中执行操作,并查看浏览器开发工具中的“网络”选项卡以查看它发出的请求。