Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 264 Bytes

Labels.md

File metadata and controls

13 lines (10 loc) · 264 Bytes

Trello Card Labels API

Set a given card's labels

$api->cards()->labels()->set(string $id, array $labels)

Remove a given label from a given card

$api->cards()->labels()->remove(string $id, string $label)