.updateCard()
Updates a card.
Argument | Type | Required | Description |
---|---|---|---|
cardId |
String | Yes | Card id |
label |
String | Yes | Card label |
options |
Object | No | Any options you may want to pass to .api() |
This method returns a Promise.
Get more details on the official documentation.