Mutations
/
update_board

update_board

Update Board attribute.

Arguments

  • board_attribute
    BoardAttributes!
    Required
    The board's attribute to update (name / description / communication)
  • board_id
    ID!
    Required
    The board's unique identifier
  • new_value
    String!
    Required
    The new attribute value.

Returns

  • JSON
    Update Board attribute.
mutation update_board($board_attribute: BoardAttributes!, $board_id: ID!, $new_value: String!) {
update_board(
board_attribute: $board_attribute
board_id: $board_id
new_value: $new_value
) {
# update_board fields
}
}
update_assets_on_itemupdate_doc_block
Built with