Moved the Upgrade Manuel out of FAQ (#3131)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2024-10-31 16:35:13 +08:00
committed by GitHub
parent 800c25a6b4
commit 0081d0f05f
4 changed files with 56 additions and 9 deletions

View File

@ -5,7 +5,7 @@ slug: /http_api_reference
# HTTP API Reference
This document provides a complete reference for RAGFlow's RESTful API. Before proceeding, please ensure you [have your RAGFlow API key ready for authentication](../guides/develop/acquire_ragflow_api_key.md).
A complete reference for RAGFlow's RESTful API. Before proceeding, please ensure you [have your RAGFlow API key ready for authentication](../guides/develop/acquire_ragflow_api_key.md).
---
@ -1135,8 +1135,8 @@ Updates content or configurations for a specified chunk.
- `'Authorization: Bearer <YOUR_API_KEY>'`
- Body:
- `"content"`: `string`
- `"important_keywords"`: `string`
- `"available"`: `integer`
- `"important_keywords"`: `list[string]`
- `"available"`: `boolean`
#### Request example