mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #9791] Some difficulties in API endpoints #54313
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9791
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"?