[PR #319] [CLOSED] Fix:Typo External Knowledge API Docs #436

Closed
opened 2026-02-16 11:20:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs-archived/pull/319
Author: @Howe829
Created: 10/15/2024
Status: Closed

Base: mainHead: fix/retrieval_setting


📝 Commits (4)

📊 Changes

3 files changed (+15 additions, -15 deletions)

View changed files

📝 en/.gitbook/assets/Dify-test.openapi.json (+5 -5)
📝 jp/.gitbook/assets/Dify-test.openapi.jp.json (+5 -5)
📝 zh_CN/.gitbook/assets/外部知识库 API.json (+5 -5)

📄 Description

The external knowledge api doc have some errors.
1.it should be "retrieval_setting" not "retrival_setting" of the request body.
2. the type of response's records should be array.
3. the type of response's metadata should be object.
Fixes #312


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs-archived/pull/319 **Author:** [@Howe829](https://github.com/Howe829) **Created:** 10/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/retrieval_setting` --- ### 📝 Commits (4) - [`b28cf38`](https://github.com/langgenius/dify-docs-archived/commit/b28cf3857e14c41e6b819b336c99810a81b2892a) Fix:Typo retrieval_setting - [`78c59f5`](https://github.com/langgenius/dify-docs-archived/commit/78c59f5c188189c8a13cb5650338d23d8f969ee5) Records type - [`1097886`](https://github.com/langgenius/dify-docs-archived/commit/10978865d3d8b8eefb5e104aa79e2db251417c13) Records types - [`df8a4d7`](https://github.com/langgenius/dify-docs-archived/commit/df8a4d7d793b392c585cfdd1771e2f180b1f851e) metadata type should be object ### 📊 Changes **3 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `en/.gitbook/assets/Dify-test.openapi.json` (+5 -5) 📝 `jp/.gitbook/assets/Dify-test.openapi.jp.json` (+5 -5) 📝 `zh_CN/.gitbook/assets/外部知识库 API.json` (+5 -5) </details> ### 📄 Description The external knowledge api doc have some errors. 1.it should be "retrieval_setting" not "retrival_setting" of the request body. 2. the type of response's records should be array. 3. the type of response's metadata should be object. Fixes #312 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:20:48 -05:00
yindo closed this issue 2026-02-16 11:20:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs-archived#436