docs: added missing oas tag of uploads endpoints (#2924)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { IsString } from "class-validator"
|
||||
|
||||
/**
|
||||
* [delete] /uploads
|
||||
* @oas [delete] /uploads
|
||||
* operationId: "AdminDeleteUploads"
|
||||
* summary: "Delete an Uploaded File"
|
||||
* description: "Removes an uploaded file using the installed fileservice"
|
||||
|
||||
@@ -2,7 +2,7 @@ import { AbstractFileService } from "../../../../interfaces"
|
||||
import { IsString } from "class-validator"
|
||||
|
||||
/**
|
||||
* [post] /uploads/download-url
|
||||
* @oas [post] /uploads/download-url
|
||||
* operationId: "PostUploadsDownloadUrl"
|
||||
* summary: "Get a File's Download URL"
|
||||
* description: "Creates a presigned download url for a file"
|
||||
|
||||
Reference in New Issue
Block a user