[PR #229] [MERGED] chore: user id between WebAPP and API #421

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/229
Author: @alterxyz
Created: 6/13/2025
Status: Merged
Merged: 6/13/2025
Merged by: @AllenWriter

Base: mainHead: fix-user-id-no-share


📝 Commits (1)

📊 Changes

13 files changed (+45 additions, -34 deletions)

View changed files

📝 en/guides/application-publishing/developing-with-apis.mdx (+2 -0)
📝 en/guides/knowledge-base/knowledge-and-documents-maintenance/external-knowledge-api.mdx (+5 -0)
📝 en/guides/workflow/variables.mdx (+1 -1)
📝 en/openapi_chat.json (+7 -7)
📝 en/openapi_chatflow.json (+5 -5)
📝 ja-jp/guides/application-publishing/developing-with-apis.mdx (+2 -0)
📝 ja-jp/guides/workflow/variables.mdx (+1 -1)
📝 ja-jp/openapi_chat.json (+5 -5)
📝 ja-jp/openapi_chatflow.json (+4 -4)
📝 zh-hans/guides/application-publishing/developing-with-apis.mdx (+2 -0)
📝 zh-hans/guides/workflow/variables.mdx (+1 -1)
📝 zh-hans/openapi_chat.json (+5 -5)
📝 zh-hans/openapi_chatflow.json (+5 -5)

📄 Description

Add description for "the Service API does not share conversations created by the WebApp". This is part of the design for now.


 dify-docs % mintlify dev
✔ Local Mintlify instance is ready. Launching your site...
Your local preview is available at http://localhost:3000
Press Ctrl+C any time to stop the local preview.

Local test passed


🔄 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/229 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@AllenWriter](https://github.com/AllenWriter) **Base:** `main` ← **Head:** `fix-user-id-no-share` --- ### 📝 Commits (1) - [`9d659d0`](https://github.com/langgenius/dify-docs/commit/9d659d0924db94be50e31c3a44bc6ec4635924e9) doc ### 📊 Changes **13 files changed** (+45 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `en/guides/application-publishing/developing-with-apis.mdx` (+2 -0) 📝 `en/guides/knowledge-base/knowledge-and-documents-maintenance/external-knowledge-api.mdx` (+5 -0) 📝 `en/guides/workflow/variables.mdx` (+1 -1) 📝 `en/openapi_chat.json` (+7 -7) 📝 `en/openapi_chatflow.json` (+5 -5) 📝 `ja-jp/guides/application-publishing/developing-with-apis.mdx` (+2 -0) 📝 `ja-jp/guides/workflow/variables.mdx` (+1 -1) 📝 `ja-jp/openapi_chat.json` (+5 -5) 📝 `ja-jp/openapi_chatflow.json` (+4 -4) 📝 `zh-hans/guides/application-publishing/developing-with-apis.mdx` (+2 -0) 📝 `zh-hans/guides/workflow/variables.mdx` (+1 -1) 📝 `zh-hans/openapi_chat.json` (+5 -5) 📝 `zh-hans/openapi_chatflow.json` (+5 -5) </details> ### 📄 Description Add description for "the Service API does not share conversations created by the WebApp". This is part of the design for now. --- ```bash dify-docs % mintlify dev ✔ Local Mintlify instance is ready. Launching your site... Your local preview is available at http://localhost:3000 Press Ctrl+C any time to stop the local preview. ``` Local test passed --- <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:29 -05:00
yindo closed this issue 2026-02-16 06:15:29 -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#421