cdaguerre/php-trello-api

Updating Trello cards passed back a lot of unused parameters and can cause an API error

drewjoh opened this issue · 0 comments

When modifying a large Trello card with lots of comments/files, the API requests generated by the library passes back to Trello all information regarding attachments, comments, labels, available actions, etc.

These are not needed for the API calls.

screen shot 2016-05-13 at 12 30 45 pm