Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 382 Bytes

Actions.md

File metadata and controls

18 lines (14 loc) · 382 Bytes

Trello Card Actions API

Get actions related to a given card

$api->cards()->actions()->all(string $id, array $params)

Add comment to a given card

$api->cards()->actions()->addComment(string $id, string $text)

Remove comment to a given card

$api->cards()->actions()->removeComment(string $id, string $commentId)