我想使用Trello API一次更新整个清单。我可以使用
成功更新单个checkItemTrello API - PUT URI(更新卡片清单中的单个checkitem)
/1/cards/[card id or shortlink]/checklist/[idChecklist]/checkItem/[idCheckItem]/state
有没有办法在没有循环检查清单上的每个checkitem并为每个项目调用PUT来更新状态的情况下执行此操作?
我正在使用Underscore.JS,Handlebars.JS和jQuery / AJAX应用程序。