Files
medusa-store/www/api-reference/specs/admin/components/schemas/AdminPostUploadsDownloadUrlReq.yaml
2023-09-08 15:48:22 +03:00

10 lines
257 B
YAML

type: object
required:
- file_key
properties:
file_key:
description: >-
key of the file to obtain the download link for. This is obtained when you
first uploaded the file, or by the file service if you used it directly.
type: string