fix(openapi): expose route missing /api/.../resources to openapi
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user