Create Navigation Item
Create the Navigation details of a Site.
post/sites/multiscreen/{site_name}/navigation/{lang}/items
Path parameters
site_namestring required
The unique identifier of the target Site.
langstring required
The language.
Request body
Response
200
Example response
{
"hidden": [
"MOBILE"
],
"id": "dm_navGroup00_item",
"next_sibling_id": "dm_navGroup010101323624_item",
"title": "Home",
"type": "PAGE",
"url": "/"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.