How to create a Checklist in trello using the Trello.net Edge library

Asked

Viewed 338 times

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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.