Skip to content

Commit

Permalink
Merge pull request #237 from waifuvault/fix-one_time_downoad
Browse files Browse the repository at this point in the history
fix endpoint param
  • Loading branch information
VictoriqueMoe authored Feb 15, 2025
2 parents 45f9e62 + afed873 commit ac98aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/rest/FileUploadQueryParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class FileUploadQueryParameters {
@Description("If this is true, then the file will be deleted as soon as it is accessed")
@Optional()
@Property()
@Name("one_time_download")
@Default(false)
public oneTimeDownload?: boolean;
}

0 comments on commit ac98aae

Please sign in to comment.