Merge branch 'master' into develop
This commit is contained in:
@@ -153,7 +153,7 @@ import { isDefined } from "medusa-core-utils"
|
||||
* - api_token: []
|
||||
* - cookie_auth: []
|
||||
* tags:
|
||||
* - Product
|
||||
* - Price List
|
||||
* responses:
|
||||
* 200:
|
||||
* description: OK
|
||||
|
||||
@@ -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