Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有阅读板、列表和卡片的代码。我想将卡片从一个列表移到另一个列表。我似乎无法弄清楚 Trello 的 API 文档。有人可以提供一个示例移动卡字符串吗?我看到 moveCardToBoard 但它最终会出现在什么列表中?谢谢,蒂姆
你必须使用这个网址:
PUT /1/cards/[card id or shortlink]/idList
确保您提出put请求并且您有适当token的 write permission。
put
token
permission
API 似乎已更改。
现在您将使用: PUT /1/cards/{cardID}?idList={listID}