update_board
Modify specific fields of a Kanban board by sending a patch with only the fields to update, leaving others unchanged.
Instructions
Partially update a board — only the fields set in patch are applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ext | No | ||
| name | Yes | ||
| labels | No | ||
| columns | No | ||
| description | No |