[PR #1479] [MERGED] Fix Swagger docs #3693

Closed
opened 2026-02-22 18:34:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1479
Author: @timothycarambat
Created: 5/21/2024
Status: Merged
Merged: 5/21/2024
Merged by: @timothycarambat

Base: masterHead: chore/fix-swagger-docs


📝 Commits (1)

📊 Changes

3 files changed (+48 additions, -299 deletions)

View changed files

📝 server/swagger/index.js (+3 -3)
📝 server/swagger/init.js (+22 -0)
📝 server/swagger/openapi.json (+23 -296)

📄 Description

  • Patch logo missing on swagger docs page
  • Remove Authorization param from all components to prevent GitHub issues about how API swagger does not work. Only support Auth token via head input

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/1479 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `chore/fix-swagger-docs` --- ### 📝 Commits (1) - [`d0c7649`](https://github.com/Mintplex-Labs/anything-llm/commit/d0c76494209de06000969608edbaee5b8fd314ac) Fix Swagger docs ### 📊 Changes **3 files changed** (+48 additions, -299 deletions) <details> <summary>View changed files</summary> 📝 `server/swagger/index.js` (+3 -3) 📝 `server/swagger/init.js` (+22 -0) 📝 `server/swagger/openapi.json` (+23 -296) </details> ### 📄 Description - Patch logo missing on swagger docs page - Remove `Authorization` param from all components to prevent GitHub issues about how API swagger does not work. Only support Auth token via head input --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:18 -05:00
yindo closed this issue 2026-02-22 18:34:18 -05:00
yindo changed title from [PR #1479] Fix Swagger docs to [PR #1479] [MERGED] Fix Swagger docs 2026-06-05 15:14:44 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3693