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
Example response
{
"title": "Lunch Menu",
"items": [
{
"category": "Starters, Drinks, Desert, etc."
}
]
}