v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Update Navigation Item

Update the Navigation details of a Site.

patch/sites/multiscreen/{site_name}/navigation/{lang}/items/{navigation_id}

Path parameters

site_namestring required

The unique identifier of the target Site.

langstring required

The language.

navigation_idstring required

The navigation item identifier.

Request body

hiddenstring[]

"DESKTOP", "TABLET", or "MOBILE"

next_sibling_idstring

The Id of the parent element. If an empty string, the item will be added to the end of the navigation.

parent_idstring

The Id of the parent element. If an empty string, the item will be added to the top level of the navigation.

Response

200

depthinteger
hiddenstring[]
idstring
next_sibling_idstring
parent_idstring
titlestring
typestring
urlstring

Example response

{
  "hidden": [
    "MOBILE"
  ],
  "id": "dm_navGroup00_item",
  "next_sibling_id": "dm_navGroup010101323624_item",
  "title": "Home",
  "type": "PAGE",
  "url": "/"
}