For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Update a Board

Trello Operation

The Trello action enables users to update a single Trello Board by its ID.

Example User Story

I want to update a Trello Board so that I can update the name of the sprint I'm managing.

Fields

Field Name
Field Type
Required

id

String

Yes

name

String

No

desc

String

No

closed

Boolean

No

Example link

Code (Apache v2.0): Operation

Last updated