文档
批量更新文档状态
批量启用、禁用、归档或取消归档多个文档。
PATCH
Error
Documentation Index
Fetch the complete documentation index at: https://dify-6c0370d8-laipz8200-docs-plugin-model-providers-cache-t.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
授权
API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}。强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。
路径参数
知识库 ID。
enable 启用,disable 停用,archive 归档,un_archive 从归档中恢复。
可用选项:
enable, disable, archive, un_archive 请求体
application/json
要更新的文档 ID 列表。
响应
文档更新成功。
操作结果。
Error