Mutations
/change_column_value
change_column_value
Change an item's column value.
Arguments
board_idID!Required
The board's unique identifier.column_idString!Required
The column's unique identifier.create_labels_if_missingBoolean
Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)item_idID
The item's unique identifier.valueJSON!Required
The new value of the column.
Returns
- Change an item's column value.
mutation change_column_value($board_id: ID!, $column_id: String!, $value: JSON!) { change_column_value(board_id: $board_id, column_id: $column_id, value: $value) { # change_column_value fields } }
Built with