boards

Update board section

Update a board section on a board owned by the "operation user_account" - or on a group board that has been shared with this account.

  • By default, the "operation user_account" is the token user_account.
patch/boards/{board_id}/sections/{section_id}

Path parameters

board_idstring required

Unique identifier of a board.

section_idstring required

Unique identifier of a board section.

Request body

idstring
namestring

Example request

{
  "id": "549755885175",
  "name": "Salads"
}

Response

response

idstring
namestring

Example response

{
  "id": "549755885175",
  "name": "Salads"
}

Changes