mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
change to NOT_REQUIRED
This commit is contained in:
parent
6e6dcab76d
commit
a2315fdfe9
@ -14,6 +14,6 @@ public class PDFPasswordRequest extends PDFFile {
|
|||||||
@Schema(
|
@Schema(
|
||||||
description = "The password of the PDF file",
|
description = "The password of the PDF file",
|
||||||
format = "password",
|
format = "password",
|
||||||
requiredMode = Schema.RequiredMode.REQUIRED)
|
requiredMode = Schema.RequiredMode.NOT_REQUIRED)
|
||||||
private String password;
|
private String password;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user