Skip to main content

Update menu item by id

Update menu item by id

Authorizations:Token
Query Parameters
id
required
integerId value of the Menu object
Request Body Schema:
Menu object that needs to be added
idintegerUnique ID
linkstringLink
lposintegerNode left value
rposintegerNode right value
depthintegerMenu "depth" in the tree
quickFlags
childrenArrayChild menus
parent
typestringType
positionintegerPosition
enabledbooleanIs menu enabled or not
visibleForstringVisible for anonymous only (A), logged in only (L), for all visitors (AL)

Responses

200Success
Response schema:
Success
idintegerUnique ID
linkstringLink
lposintegerNode left value
rposintegerNode right value
depthintegerMenu "depth" in the tree
quickFlags
childrenArrayChild menus
parent
typestringType
positionintegerPosition
enabledbooleanIs menu enabled or not
visibleForstringVisible for anonymous only (A), logged in only (L), for all visitors (AL)