---
title: "更新知识库"
method: PUT
path: "/api/v1/knowledge/bases/{kb_uuid}"
tags: ["Knowledge Bases"]
---

# 更新知识库

`PUT /api/v1/knowledge/bases/{kb_uuid}`

## Path parameters

- `kb_uuid` string, uuid, required

## Request body

- object
  - `name` string
  - `description` string

## Response `200`

操作成功

- object
  - `code` integer

---

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