---
title: "CreateKBRelease"
method: POST
path: "/api/v1/knowledge_base/release"
tags: ["knowledge_base"]
---

# CreateKBRelease

`POST /api/v1/knowledge_base/release`

CreateKBRelease

## Request body

- DomainCreateKBReleaseReq
  - `kb_id` string, required
  - `message` string, required
  - `node_ids` string[] — create release after these nodes published
  - `tag` string, required

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