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. Optional: Business Access: Specify an ad_account_id to use the owner of that ad_account as the "operation user_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.
Query parameters
ad_account_idstring
Unique identifier of an ad account.
Request body
Example request
{
"id": "549755885175",
"name": "Salads"
}Response
The request has succeeded.
Example response
{
"id": "549755885175",
"name": "Salads"
}