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.
Path parameters
Unique identifier of a board.
Unique identifier of a board section.
Query parameters
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"
}Changes
Changed in 4 of the 29 revisions of this API.311
- ○
the request optional property
idbecame not read-onlyrequest-optional-property-became-not-read-only
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
removed the non-success response with the status
409response-non-success-status-removed
- ○
the response optional property
idbecame not read-only for the status200response-optional-property-became-not-read-only
This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the request property
namebecame requiredrequest-property-became-required
- ○
the response property
namebecame required for the status200response-property-became-required
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional
queryrequest parameterad_account_idnew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added the pattern
^\d+$to thepathrequest parameterboard_idrequest-parameter-pattern-added
- ▲
added the pattern
^\d+$to thepathrequest parametersection_idrequest-parameter-pattern-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
409response-non-success-status-added
- ▲