v1

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

Update a Content List

Update a content list

patch/content-lists/{id}

Path parameters

idstring required

The uberall unique id of the content list

Response

Content List successfully updated

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 response

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