UpdateBoardHierarchy
Update a board's position, workspace, or product.
Input
| Name | Type | Required | Description |
| BoardId | String | True | The unique identifier of the board. |
| WorkspaceId | String | False | The board's workspace unique identifier (null for main workspace). |
| AccountProductId | String | False | The board's updated account product ID. |
| FolderId | String | False | The board's updated folder ID. |
| PositionObjectId | String | False | The unique identifier of the reference object that the target board should be positioned relative to. |
| PositionObjectType | String | False | The type of the reference object. |
| PositionIsAfter | Boolean | False | Specifies where to position the target board relative to the reference object. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| BoardId | String | The unique identifier of the board. |