[PR #11269] docs: add api docs for /v1/info #27150

Closed
opened 2026-02-21 20:40:58 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/11269

State: closed
Merged: Yes


Summary

This PR adds API docs for /v1/info for chat, advanced-chat, completion, and workflow.
Additionally, this PR will rearrange the contents of the API documentation so that the info and parameters sections come at the bottom.

Closes #11268

Screenshots

Before: After:
  • Chat
    image
  • Advanced Chat
    image
  • Completion
    image
  • Workflow
    image

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/11269 **State:** closed **Merged:** Yes --- # Summary This PR adds API docs for `/v1/info` for chat, advanced-chat, completion, and workflow. Additionally, this PR will rearrange the contents of the API documentation so that the info and parameters sections come at the bottom. Closes #11268 # Screenshots <table> <tr> <td>Before: </td> <td>After: </td> </tr> <tr> <td><img src="https://github.com/user-attachments/assets/1efc80d9-b40d-467d-bf84-a2ff79f469b3"></td> <td><img src="https://github.com/user-attachments/assets/d2a68bc4-354a-4da9-9915-d6e05889bec5"></td> </tr> </table> - Chat ![image](https://github.com/user-attachments/assets/d0b016da-f5aa-458c-a723-2510c5eedd0a) - Advanced Chat ![image](https://github.com/user-attachments/assets/3682a1e9-9434-43e0-8df9-e926bd1b9e79) - Completion ![image](https://github.com/user-attachments/assets/c70a9e07-9ea3-4fbc-b913-f6bca4fb7c2a) - Workflow ![image](https://github.com/user-attachments/assets/4bf049ac-c69e-4e6e-bf56-c592a0590160) # Checklist > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [ ] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [ ] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:40:58 -05:00
yindo closed this issue 2026-02-21 20:40:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#27150