docs: added missing oas tag of uploads endpoints (#2924)

This commit is contained in:
Shahed Nasser
2023-01-03 10:30:23 +02:00
committed by GitHub
parent 663a0d1a59
commit 19d7be31eb
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"