I have code to read boards, lists, and cards. I'd like to move cards from one list to another. I just can't seem to figure out Trello's API docs. Can someone provide a sample move card string? I see moveCardToBoard but what list would it end up in? Thanks, Tim
Trello API: How do I move a card to a different list
9k Views Asked by tlawless At
3
You have to use this url:
PUT /1/cards/[card id or shortlink]/idList
Make sure you make a
put
request and you have a propertoken
with writepermission
.