mirror of
https://github.com/open-webui/docs.git
synced 2026-08-24 06:23:58 -04:00
[PR #648] [CLOSED] Added Complete API Reference #686
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/648
Author: @techelpr
Created: 8/9/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (7)
92b1205Update gh-pages.yml37f1aa9Update docusaurus.config.ts4305f26Add files via upload9b86541Create .nojekyll698415aUpdate docusaurus.config.tsdfe4411Create api-reference.md0da2fe2Update api-reference.md📊 Changes
5 files changed (+612 additions, -2 deletions)
View changed files
📝
.github/workflows/gh-pages.yml(+3 -0)➕
.nojekyll(+1 -0)➕
docs/getting-started/api-reference.md(+565 -0)➕
docs/getting-started/quick-start/tab-kubernetes/Kustomize.md(+41 -0)📝
docusaurus.config.ts(+2 -2)📄 Description
Apologies if I was supposed to remove those other changes before opening a pull request. I've never actually done this part before, and am kind of new to the GitHub processes. I tried to follow the contribution guide. I commented this in a discussion post on the main open-webui codebase, and was encouraged to submit a PM, so this is my attempt. If I need to change something just let me know! Thanks, and hope this helps out. I know y'all have said that API documentation was not the highest priority right now, but a project I am working on had me going in circles trying to figure out the right way to do certain procedures, so I paused from that and reverse engineered the API as best as I could in a week (A few hours after work each day), and this is what I came up with. Based on the current main branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.