mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12543] feat: OpenAPI support for YAML as well as JSON #55301
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?
Originally created by @smithinoz on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12543
Check Existing Issues
Problem Description
I have been advised that the OpenAPI standard allows for either a YAML or JSON, and currently Open-WebUI only supports JSON so cannot be used by projects that went down the YAML path.
eg: Obsidian RestAPI.
Can the devs please consider support for openapi.yaml
Desired Solution you'd like
Tools Server functionality to support YAML in addition to JSON, specifically openapi.yaml providing broader compatibility.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Apr 7, 2025):
Great suggestion, PR welcome!
@spammenotinoz commented on GitHub (Apr 11, 2025):
Thank-you