[PR #1668] [MERGED] [FEAT] Workspace threads developer API endpoints #3738

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1668
Author: @shatfield4
Created: 6/12/2024
Status: Merged
Merged: 6/20/2024
Merged by: @timothycarambat

Base: masterHead: 1552-feat-api-endpoints-to-createdelete-threads-within-workspace


📝 Commits (6)

  • 99e8ade WIP workspace threads developer api endpoints
  • 6235bd0 fix swagger docs
  • 65f2a55 fix broken endpoints and test on single/multi user modes
  • af300c7 support for chatting with workspace thread by userId
  • 0fb4591 Merge branch 'master' into 1552-feat-api-endpoints-to-createdelete-threads-within-workspace
  • cd1c152 update swagger json

📊 Changes

4 files changed (+1081 additions, -7 deletions)

View changed files

📝 server/endpoints/api/index.js (+2 -0)
server/endpoints/api/workspaceThread/index.js (+594 -0)
📝 server/swagger/init.js (+1 -0)
📝 server/swagger/openapi.json (+484 -7)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1552

What is in this change?

  • Allow developers to create and delete threads via the developer API
  • Allow developers to chat with workspace threads by user id

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/1668 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 6/12/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1552-feat-api-endpoints-to-createdelete-threads-within-workspace` --- ### 📝 Commits (6) - [`99e8ade`](https://github.com/Mintplex-Labs/anything-llm/commit/99e8ade870b84b6f38ee8228c9d834cd285e779d) WIP workspace threads developer api endpoints - [`6235bd0`](https://github.com/Mintplex-Labs/anything-llm/commit/6235bd0c779f5b40f7977c55eceac95da45cc0c3) fix swagger docs - [`65f2a55`](https://github.com/Mintplex-Labs/anything-llm/commit/65f2a55ee5817efa7c001002090e0fbe2084cc59) fix broken endpoints and test on single/multi user modes - [`af300c7`](https://github.com/Mintplex-Labs/anything-llm/commit/af300c785dacf8a7b394dc04516e2414fcd733a3) support for chatting with workspace thread by userId - [`0fb4591`](https://github.com/Mintplex-Labs/anything-llm/commit/0fb45911a86644c20d70c55e528e36503d4a2674) Merge branch 'master' into 1552-feat-api-endpoints-to-createdelete-threads-within-workspace - [`cd1c152`](https://github.com/Mintplex-Labs/anything-llm/commit/cd1c1521c32f93bb3649eee8aa5e62d49e3d3a5d) update swagger json ### 📊 Changes **4 files changed** (+1081 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `server/endpoints/api/index.js` (+2 -0) ➕ `server/endpoints/api/workspaceThread/index.js` (+594 -0) 📝 `server/swagger/init.js` (+1 -0) 📝 `server/swagger/openapi.json` (+484 -7) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1552 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Allow developers to create and delete threads via the developer API - Allow developers to chat with workspace threads by user id ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:24 -05:00
yindo closed this issue 2026-02-22 18:34:24 -05:00
yindo changed title from [PR #1668] [FEAT] Workspace threads developer API endpoints to [PR #1668] [MERGED] [FEAT] Workspace threads developer API endpoints 2026-06-05 15:14:58 -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#3738