v1

latestOpenAPI 3.0.32026-08-067332206.6 KB
sections

Create a section

Creates a section in the matching Brandfolder.

post/brandfolders/{brandfolder_id}/sections

Request body

Example request

{
  "data": {
    "attributes": {
      "name": "My section",
      "default_asset_type": "GenericFile"
    }
  }
}

Response

The new section.

Example response

{
  "data": {
    "id": "oqgkkd-fr5iv4-hh142d",
    "attributes": {
      "name": "My section",
      "default_asset_type": "GenericFile"
    }
  }
}