[PR #62] [MERGED] Api access #350

Closed
opened 2026-02-16 06:15:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/62
Author: @alterxyz
Created: 5/11/2025
Status: Merged
Merged: 5/11/2025
Merged by: @alterxyz

Base: mainHead: api_access


📝 Commits (5)

📊 Changes

22 files changed (+13770 additions, -8 deletions)

View changed files

api_access/agent.en.mdx (+1215 -0)
api_access/agent.ja.mdx (+1003 -0)
api_access/agent.zh.mdx (+1048 -0)
api_access/chat.en.mdx (+1215 -0)
api_access/chat.ja.mdx (+1003 -0)
api_access/chat.zh.mdx (+1048 -0)
api_access/chatflow.en.mdx (+1170 -0)
api_access/chatflow.ja.mdx (+1027 -0)
api_access/chatflow.zh.mdx (+1177 -0)
api_access/completion.en.mdx (+518 -0)
api_access/completion.ja.mdx (+519 -0)
api_access/completion.zh.mdx (+681 -0)
api_access/workflow.en.mdx (+691 -0)
api_access/workflow.ja.mdx (+688 -0)
api_access/workflow.zh.mdx (+674 -0)
📝 docs.json (+33 -3)
📝 en/features/datasets/README.mdx (+23 -0)
📝 en/features/datasets/prompt-engineering.mdx (+23 -0)
📝 en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx (+0 -1)
📝 tools/contributing_in_page.py (+10 -0)

...and 2 more files

📄 Description

  • move API access doc from Dify Studio to Docs

  • minor filename typo fix

  • refresh contributing buttons

  • tested locally


🔄 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/pull/62 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 5/11/2025 **Status:** ✅ Merged **Merged:** 5/11/2025 **Merged by:** [@alterxyz](https://github.com/alterxyz) **Base:** `main` ← **Head:** `api_access` --- ### 📝 Commits (5) - [`d0d81e0`](https://github.com/langgenius/dify-docs/commit/d0d81e027636466c9496f7c1d306808ffbe6fb4f) init - [`8b03e6e`](https://github.com/langgenius/dify-docs/commit/8b03e6e99eb83f915c53f84dbaa6a9a4cac58707) chore: rename align with App Type - [`0fc358e`](https://github.com/langgenius/dify-docs/commit/0fc358eb9a9231de6fe4b528886fee229db71ba6) fix: typo - [`0801f8d`](https://github.com/langgenius/dify-docs/commit/0801f8dc7c8ee11e93fc17c107a4e369cd48d0db) chore: naming and docs.json - [`34c8935`](https://github.com/langgenius/dify-docs/commit/34c89359db04af7633b85186d811e475885ae6f4) chore: contributing in page ### 📊 Changes **22 files changed** (+13770 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `api_access/agent.en.mdx` (+1215 -0) ➕ `api_access/agent.ja.mdx` (+1003 -0) ➕ `api_access/agent.zh.mdx` (+1048 -0) ➕ `api_access/chat.en.mdx` (+1215 -0) ➕ `api_access/chat.ja.mdx` (+1003 -0) ➕ `api_access/chat.zh.mdx` (+1048 -0) ➕ `api_access/chatflow.en.mdx` (+1170 -0) ➕ `api_access/chatflow.ja.mdx` (+1027 -0) ➕ `api_access/chatflow.zh.mdx` (+1177 -0) ➕ `api_access/completion.en.mdx` (+518 -0) ➕ `api_access/completion.ja.mdx` (+519 -0) ➕ `api_access/completion.zh.mdx` (+681 -0) ➕ `api_access/workflow.en.mdx` (+691 -0) ➕ `api_access/workflow.ja.mdx` (+688 -0) ➕ `api_access/workflow.zh.mdx` (+674 -0) 📝 `docs.json` (+33 -3) 📝 `en/features/datasets/README.mdx` (+23 -0) 📝 `en/features/datasets/prompt-engineering.mdx` (+23 -0) 📝 `en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx` (+0 -1) 📝 `tools/contributing_in_page.py` (+10 -0) _...and 2 more files_ </details> ### 📄 Description - move API access doc from Dify Studio to Docs - minor filename typo fix - refresh contributing buttons - [x] tested locally --- <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 06:15:13 -05:00
yindo closed this issue 2026-02-16 06:15:13 -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#350