Search code examples
apitrello

Trello get actions deletedComment,addCheckItem


I am missing some actions inside boards/actions in the trello api documentation. When I add a checklist I can get the type addChecklistToCard but there is no action for addCheckItemToCard and no one for removeCommentFromCard is this true? Hope there is a simple workaround or I just miss a simple thing.


Solution

  • Both of those things cause actions to be created, but the types (createCheckItem and deleteComment) are not exposed by the API.