[PR #424] docs: Add Dataset API and Annotation API documentation #525

Open
opened 2026-02-16 11:21:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs-archived/pull/424
Author: @jasonfish568
Created: 12/31/2024
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • a28c82b docs: Update Dataset API
  • 85f8276 docs: Add Annotation API documentation
  • ce9db63 docs: Fixed incorrect param and a tiny error
  • 16d7eec Merge branch 'main' of github.com:langgenius/dify-docs into langgenius-main
  • 629b240 Merge pull request #2 from jasonfish568/langgenius-main

📊 Changes

6 files changed (+841 additions, -54 deletions)

View changed files

📝 en/SUMMARY.md (+1 -0)
en/guides/annotation/maintain-annotation-via-api.md (+147 -0)
📝 en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md (+271 -28)
📝 zh_CN/SUMMARY.md (+1 -0)
zh_CN/guides/annotation/maintain-annotation-via-api.md (+149 -0)
📝 zh_CN/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md (+272 -26)

📄 Description

  • Remove redundant dataset docs at zh_CN/features/datasets/*
  • Add documentation for GET, PATCH endpoints of Dataset
  • Add documentation for get available models endpoint
  • Fix incorrect code type mark
  • Improve response example
  • Add documentation for annotationo endpoints

This is related to PR #12237(https://github.com/langgenius/dify/pull/12237) on main project.


🔄 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/424 **Author:** [@jasonfish568](https://github.com/jasonfish568) **Created:** 12/31/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`a28c82b`](https://github.com/langgenius/dify-docs-archived/commit/a28c82b7748aa378f1c83b5a4ee109585900ea2c) docs: Update Dataset API - [`85f8276`](https://github.com/langgenius/dify-docs-archived/commit/85f8276575d056d7eaf4444fb007d7c9e5ef5015) docs: Add Annotation API documentation - [`ce9db63`](https://github.com/langgenius/dify-docs-archived/commit/ce9db63850e7dfbcb33d7a058c8a013621f35fc0) docs: Fixed incorrect param and a tiny error - [`16d7eec`](https://github.com/langgenius/dify-docs-archived/commit/16d7eec160147a5a184a22ffae9cc2e3fe09b0d5) Merge branch 'main' of github.com:langgenius/dify-docs into langgenius-main - [`629b240`](https://github.com/langgenius/dify-docs-archived/commit/629b240f09a65b7278aa2ef284d76841d563175f) Merge pull request #2 from jasonfish568/langgenius-main ### 📊 Changes **6 files changed** (+841 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `en/SUMMARY.md` (+1 -0) ➕ `en/guides/annotation/maintain-annotation-via-api.md` (+147 -0) 📝 `en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md` (+271 -28) 📝 `zh_CN/SUMMARY.md` (+1 -0) ➕ `zh_CN/guides/annotation/maintain-annotation-via-api.md` (+149 -0) 📝 `zh_CN/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md` (+272 -26) </details> ### 📄 Description - Remove redundant dataset docs at zh_CN/features/datasets/* - Add documentation for GET, PATCH endpoints of Dataset - Add documentation for get available models endpoint - Fix incorrect code type mark - Improve response example - Add documentation for annotationo endpoints This is related to PR #12237(https://github.com/langgenius/dify/pull/12237) on main project. --- <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:21:03 -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#525