---
title: "Update Navigation Item"
method: PATCH
path: "/sites/multiscreen/{site_name}/navigation/{lang}/items/{navigation_id}"
---

# Update Navigation Item

`PATCH /sites/multiscreen/{site_name}/navigation/{lang}/items/{navigation_id}`

Update the Navigation details of a Site.

## Path parameters

- `site_name` string, required
- `lang` string, required
- `navigation_id` string, required

## Request body

- object
  - `hidden` string[] — "DESKTOP", "TABLET", or "MOBILE"
  - `next_sibling_id` string — The Id of the parent element. If an empty string, the item will be added to the end of the navigation.
  - `parent_id` string — The Id of the parent element. If an empty string, the item will be added to the top level of the navigation.

## Response `200`

200

- object
  - `depth` integer
  - `hidden` string[]
  - `id` string
  - `next_sibling_id` string
  - `parent_id` string
  - `title` string
  - `type` string
  - `url` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/duda/apis/partner-api.md) · [All operations](https://skmtc.dev/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
