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

# Move Node

`POST /api/v1/node/move`

Move Node

## Request body

- DomainMoveNodeReq
  - `id` string, required
  - `kb_id` string, required
  - `next_id` string
  - `parent_id` string
  - `prev_id` string

## Response `200`

OK

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

---

[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)
