v

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0929353914.0 MB
Content List

Create a Content List

Create a content list

post/content-lists

Request body

idinteger

Content List id

titlestring

The name of the content list: e.g. 'Lunch Menu'

type'MENU' | 'PEOPLE' | 'PRODUCTS' | 'CUSTOM' | 'SERVICES' | 'EVENTS' | 'FAQ'

The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.

descriptionstring

A description of the content list (section)

Example request

[
  {
    "title": "Lunch Menu",
    "items": [
      {
        "category": "Starters, Drinks, Desert, etc."
      }
    ]
  }
]

Response

Content List successfully created