mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #532] [MERGED] Update faq.mdx #588
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/532
Author: @daschuchmann
Created: 5/7/2025
Status: ✅ Merged
Merged: 5/7/2025
Merged by: @tjbck
Base:
main← Head:patch-1📝 Commits (1)
ce975faUpdate faq.mdx📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
docs/openapi-servers/faq.mdx(+1 -0)📄 Description
I added a small but very important point. OperationIds are optional in the openAPI description, but they are required to enable the communication to the tool server.
When using swagger e.g. with .Net , the operationIds are not set by default, so they need to be added manually.
The current documentation, says, that a standard open api description is supported, but in fact its totally valid to have an endpoint without operationId.
To ensure others are not running into this issue, i have added it in the documentation :D
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.