1
I am trying (unsuccessfully) to use the library Trello.Net Edge to create a Checklist in a given card. The problem is: whenever I try to create the checkilist an error is returned saying that the field value idCard
is invalid and the method I am consuming does not ask for this argument. Below is the code I used:
Board board = trello.Boards.WithId("[idBoard]");
Checklist ch = trello.Checklists.Add("Teste", board); //erro lançado nesta linha...
I can get/include/change any other information. But I can no longer include this Checklist. The following is the message below:
An unhandled Exception of type 'Trellonet.Trelloexception' occurred in Trellonet.dll Additional information: invalid value for idCard