---
title: "Move Node to Nav"
method: POST
path: "/api/v1/node/move/nav"
tags: ["node"]
---

# Move Node to Nav

`POST /api/v1/node/move/nav`

Move node (and all its descendants if folder) to a different nav

## Request body

- V1NodeMoveNavReq
  - `ids` string[], required
  - `kb_id` string, required
  - `nav_id` string, required

## Response `200`

OK

- DomainResponse
  - `data` unknown
  - `message` string
  - `success` boolean

## Changes

- **2026-03-06** `e35e2aec3761` — 1 info
  - endpoint added
- **2025-10-20** `381889362c45` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chaitin/apis/panda-wiki-api/changes/api/v1/node/move/nav/post.md)

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/c088839a56db/schema)
