We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba78b69 commit 338a818Copy full SHA for 338a818
src/files/infra/repositories/FilesRepository.ts
@@ -44,13 +44,13 @@ export interface GetFilesTotalDownloadSizeQueryParams {
44
45
export interface UploadedFileRequestBody {
46
fileName: string
47
- description: string
48
- directoryLabel: string
49
- categories: string[]
50
- restrict: boolean
51
checksum: ChecksumRequestBody
52
mimeType: string
53
storageIdentifier: string
+ description?: string
+ directoryLabel?: string
+ categories?: string[]
+ restrict?: boolean
54
}
55
56
export interface ChecksumRequestBody {
0 commit comments