PUT /boards/{id}
Update an existing board by id
Servers
- https://api.trello.com/1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
subscribed |
String | No |
Whether the acting user is subscribed to the board |
prefs/selfJoin |
Boolean | No |
Whether Workspace members can join the board themselves |
prefs/hideVotes |
Boolean | No |
Determines whether the Voting Power-Up should hide who voted on cards or not. |
desc |
String | No |
A new description for the board, 0 to 16384 characters long |
labelNames/green |
String | No |
Name for the green label. 1 to 16384 characters long |
prefs/invitations |
String | No |
Who can invite people to this board. One of: admins, members |
labelNames/red |
String | No |
Name for the red label. 1 to 16384 characters long |
prefs/cardAging |
String | No |
One of: pirate, regular |
labelNames/yellow |
String | No |
Name for the yellow label. 1 to 16384 characters long |
labelNames/blue |
String | No |
Name for the blue label. 1 to 16384 characters long |
name |
String | No |
The new name for the board. 1 to 16384 characters long. |
prefs/voting |
String | No |
Who can vote on this board. One of disabled, members, observers, org, public |
closed |
Boolean | No |
Whether the board is closed |
prefs/comments |
String | No |
Who can comment on cards on this board. One of: disabled, members, observers, org, public |
idOrganization |
String | No |
The id of the Workspace the board should be moved to |
labelNames/orange |
String | No |
Name for the orange label. 1 to 16384 characters long |
prefs/cardCovers |
Boolean | No |
Whether card covers should be displayed on this board |
prefs/permissionLevel |
String | No |
One of: org, private, public |
prefs/calendarFeedEnabled |
Boolean | No |
Determines whether the calendar feed is enabled or not. |
labelNames/purple |
String | No |
Name for the purple label. 1 to 16384 characters long |
prefs/background |
String | No |
The id of a custom background or one of: blue, orange, green, red, purple, pink, lime, sky, grey |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.