Append items to section

View as MarkdownOpen in Claude

Append new items to an existing section. Does NOT delete existing items in the section — only inserts the new ones. Use PUT to full-replace, or PATCH …/reorder to change sort order.

Authentication

X-Api-Keystring
API Key authentication via header

Path parameters

menuIdstringRequired
Menu UUID
sectionIdstringRequired
Section UUID

Headers

X-Tenant-IDstringOptional
Tenant identifier

Request

This endpoint expects an object.
itemslist of objectsRequired

Response

OK
codeinteger
isSuccessboolean
messagestring

Errors

404
Not Found Error