Add menu item
Add menu item
Authorizations:Token
Request Body Schema:
Menu object that needs to be added id | integerUnique ID |
link | stringLink |
lpos | integerNode left value |
rpos | integerNode right value |
depth | integerMenu "depth" in the tree |
quickFlags | |
children | ArrayChild menus |
parent | |
type | stringType |
position | integerPosition |
enabled | booleanIs menu enabled or not |
visibleFor | stringVisible for anonymous only (A), logged in only (L), for all visitors (AL) |
Responses
200Success
Response schema:
Success id | integerUnique ID |
link | stringLink |
lpos | integerNode left value |
rpos | integerNode right value |
depth | integerMenu "depth" in the tree |
quickFlags | |
children | ArrayChild menus |
parent | |
type | stringType |
position | integerPosition |
enabled | booleanIs menu enabled or not |
visibleFor | stringVisible for anonymous only (A), logged in only (L), for all visitors (AL) |