Update Board
Updates an existing board.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Board Attribute | Which attribute to update. |
Board ID | The board's unique identifier. |
New Value | The new attribute value. |
Example Output
{
"data": {
"update_board": "{\"success\":true,\"undo_data\":{\"undo_record_id\":10111207221,\"action_type\":\"modify_project\",\"entity_type\":\"Board\",\"entity_id\":1110902297,\"count\":1}}"
},
"account_id": 12345678
}
Workflow Library Example
Update Board with Monday and Send Results Via Email
Preview this Workflow on desktop