change to NOT_REQUIRED

This commit is contained in:
Ludy87 2025-05-04 19:09:03 +02:00
parent 6e6dcab76d
commit a2315fdfe9
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -14,6 +14,6 @@ public class PDFPasswordRequest extends PDFFile {
@Schema(
description = "The password of the PDF file",
format = "password",
requiredMode = Schema.RequiredMode.REQUIRED)
requiredMode = Schema.RequiredMode.NOT_REQUIRED)
private String password;
}