Partially updates a board

patch/api/v1/boards/{boardID}

Path parameters

boardIDstring required

Board ID

Request body

deletedCardPropertiesstring[]

The board removed card properties

deletedColumnCalculationsstring[]

The board deleted column calculations

deletedPropertiesstring[]

The board removed properties

descriptionstring

The description of the board

iconstring

The icon of the board

showDescriptionboolean

Indicates if the board shows the description on the interface

titlestring

The title of the board

typestring
updatedCardPropertiesobject[]

The board updated card properties

updatedColumnCalculationsobject

The board updated column calculations

updatedPropertiesobject

The board updated properties

Response

success

cardPropertiesobject[]

The properties of the board cards

channelIdstring

The ID of the channel that the board was created from

columnCalculationsobject

The calculations on the board's cards

createAtinteger required

The creation time

createdBystring required

The ID of the user that created the board

deleteAtinteger

The deleted time. Set to indicate this block is deleted

descriptionstring

The description of the board

iconstring

The icon of the board

idstring required

The ID for the board

isTemplateboolean

Marks the template boards

modifiedBystring required

The ID of the last user that updated the board

propertiesobject

The properties of the board

showDescriptionboolean

Indicates if the board shows the description on the interface

teamIdstring required

The ID of the team that the board belongs to

templateVersioninteger

Marks the template boards

titlestring

The title of the board

typestring required
updateAtinteger required

The last modified time

Changes