Compare commits

..

2 Commits

Author SHA1 Message Date
yond1994
5baa01b737 Merge branch 'master' of github.com:yond1994/anything-llm 2024-06-07 01:26:20 +02:00
yond1994
81b6838cfe fix: "update text system system " 2024-06-07 01:26:10 +02:00

View File

@ -211,7 +211,7 @@ function apiSystemEndpoints(app) {
[validApiKey], [validApiKey],
async (request, response) => { async (request, response) => {
/* /*
#swagger.tags = ['System'] #swagger.tags = ['System Settings']
#swagger.description = 'Permanently remove documents from the system.' #swagger.description = 'Permanently remove documents from the system.'
#swagger.requestBody = { #swagger.requestBody = {
description: 'Array of document names to be removed permanently.', description: 'Array of document names to be removed permanently.',