ChangeColumnMetadata
Change a column's properties.
Input
Name | Type | Required | Description |
BoardId | String | True | The board's unique identifier. |
Id | String | True | The column's unique identifier. |
ColumnProperty | String | True | The property name of the column to be changed (title / description).
使用できる値は次のとおりです。title, description |
Value | String | False | The new description of the column. |
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. |
Id | String | The column's unique identifier. |