php-trello-api icon indicating copy to clipboard operation
php-trello-api copied to clipboard

Don't include unused parameters in Trello API requests

Open drewjoh opened this issue 9 years ago • 0 comments

This patch removes many of these unused parameters being passed on the PUT and PATCH requests.

There's probably a better solution, such as defining what the specific fields are for each type of request. But this will get someone working again who has encountered this issue.

Fixes #29

drewjoh avatar May 13 '16 17:05 drewjoh