fix(openapi): expose route missing /api/.../resources to openapi

This commit is contained in:
Edouard Vanbelle
2026-05-31 00:26:21 +02:00
parent 09985f8a95
commit 8b4edb1189
2 changed files with 17 additions and 5 deletions
@@ -664,6 +664,7 @@ pub async fn download_folder_zip(
body = FolderResourcesDto),
(status = 404, description = "Folder not found or access denied"),
),
security(("bearerAuth" = [])),
tag = "folders"
)]
pub async fn list_folder_resources(