v1

latestOpenAPI 3.0.02026-07-2452762.3 KB
Boards

/boards/:boardId

Update one or more properties on a board

Body

  • title - the title of the board

  • description - the description of the board

  • parentBoardId - the parent board this board is a child of. null will move the board to the root.

patch/v1/boards/{boardId}

Request body

titlestring
descriptionstring
parentBoardIdstring nullable

The id of the parent board that this board will be a child of

Response

Default