---
title: "添加分栏"
method: POST
path: "/api/v1/nav/add"
tags: ["Nav"]
---

# 添加分栏

`POST /api/v1/nav/add`

Add Nav

## Request body

- V1NavAddReq
  - `kb_id` string, required
  - `name` string, required
  - `position` number

## Response `200`

OK

- DomainPWResponse
  - `code` integer
  - `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/nav/add/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)
