Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 278 Bytes

Checklists.md

File metadata and controls

13 lines (10 loc) · 278 Bytes

Trello Board Checklists API

Get cards related to a given board

$api->boards()->checklists()->all(string $id, array $params)

Add an checklist to a given board

$api->boards()->checklists()->create(string $id, array $params)