PowerTrello
PowerTrello copied to clipboard
Update-TrelloCard
$paramToTrelloFieldMap = @{ 'Name' = 'name' 'Description' = 'description' 'Due' = 'due' 'ListId' = 'idList' }
Description map should be as follows 'Description' = 'desc'