Create board section

POST {{baseUrl}}/boards/:board_id/sections?ad_account_id=15266090296

Create 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 adaccountid to use the owner of that adaccount as the "operation useraccount. - By default, theoperation useraccount" is the token useraccount.

Request Params

KeyDatatypeRequiredDescription
ad_account_idnumberUnique identifier of an ad account.

Request Body

{"name"=>"<string>", "id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}