Search code examples
pythonapitrello

How to mark CheckItem in Trello as "complete"?


Is there any ways to mark CheckItem in Trello as "complete"?

Have not found any methods in Python TrelloAPI or Trello Api for updating CheckItems in Checklists.


Solution

  • Here is POST /1/checklists/[idChecklist]/checkItems method.

    checkItems docs