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

idstring
namestring required

Example request

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

Response

The request has succeeded.

idstring
namestring required

Example response

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

Changes

Changed in 4 of the 29 revisions of this API.311

    • the request optional property id became not read-only

      request-optional-property-became-not-read-only

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • the response optional property id became not read-only for the status 200

      response-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

  • v57529b464d5cb11See the full diff
    • the request property name became required

      request-property-became-required

    • the response property name became required for the status 200

      response-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 query request parameter ad_account_id

      new-optional-request-parameter

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v58583f6373a8023See the full diff
    • added the pattern ^\d+$ to the path request parameter board_id

      request-parameter-pattern-added

    • added the pattern ^\d+$ to the path request parameter section_id

      request-parameter-pattern-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added