---
title: "Create Navigation Item"
method: POST
path: "/sites/multiscreen/{site_name}/navigation/{lang}/items"
---

# Create Navigation Item

`POST /sites/multiscreen/{site_name}/navigation/{lang}/items`

Create the Navigation details of a Site.

## Path parameters

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

## Request body

- object
  - `hidden` string[] — "DESKTOP", "TABLET", or "MOBILE"
  - `next_sibling_id` string, required — The Id of the parent element. If an empty string, the item will be added to the end of the navigation.
  - `parent_id` string, required — The Id of the parent element. If an empty string, the item will be added to the top level of the navigation.
  - `title` string, required — The text displayed to the user within the navigation.
  - `type` 'FOLDER', required — Currently the only supported type is FOLDER.

## 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.net/duda/apis/partner-api.md) · [All operations](https://skmtc.net/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duda/partner-api/versions/5b9208270ed1/schema)
