mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
Some difficulties in API endpoints #3755
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 @DerrickA1st on GitHub (Feb 11, 2025).
Following the "API Endpoints" documents on your official website, I was trying to realize "Adding Files to Knowledge Collections", using Postman as a tool to test API. Here are some difficulties puzzling me.
2.In this "curl example" what does the "file_id" mean? I successfully upload a file and got a response, but I don't know which param represent "file id"? is it "id","filename"or"collection_name"?