I am trying to create a checkList, but it throws an exception with this description: "invalid value for idCard" this is the code that i am using:
var checkList = trello.Checklists.Add("My CheckList", b);
my doubt is why it throws an exception for idCard but there is no way to specify one in the method?