mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Update SignPDFWithCertRequest.java
This commit is contained in:
parent
ef607b4ac2
commit
5d7c0437c0
@ -41,7 +41,7 @@ public class SignPDFWithCertRequest extends PDFFile {
|
||||
description = "Whether to visually show the signature in the PDF file",
|
||||
defaultValue = "false",
|
||||
requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private boolean showSignature;
|
||||
private Boolean showSignature;
|
||||
|
||||
@Schema(description = "The reason for signing the PDF", defaultValue = "Signed by SPDF")
|
||||
private String reason;
|
||||
@ -63,5 +63,5 @@ public class SignPDFWithCertRequest extends PDFFile {
|
||||
description = "Whether to visually show a signature logo along with the signature",
|
||||
defaultValue = "true",
|
||||
requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private boolean showLogo;
|
||||
private Boolean showLogo;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user