diff --git a/server/endpoints/api/system/index.js b/server/endpoints/api/system/index.js index 8c68552f..da941bd8 100644 --- a/server/endpoints/api/system/index.js +++ b/server/endpoints/api/system/index.js @@ -211,7 +211,7 @@ function apiSystemEndpoints(app) { [validApiKey], async (request, response) => { /* - #swagger.tags = ['System'] + #swagger.tags = ['System Settings'] #swagger.description = 'Permanently remove documents from the system.' #swagger.requestBody = { description: 'Array of document names to be removed permanently.',