mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-22 19:46:39 +00:00
better logs
This commit is contained in:
parent
9ddcd7ff6a
commit
9311589447
@ -18,7 +18,7 @@ public class PDFFile {
|
|||||||
@Schema(description = "The input PDF file", format = "binary")
|
@Schema(description = "The input PDF file", format = "binary")
|
||||||
private MultipartFile fileInput;
|
private MultipartFile fileInput;
|
||||||
|
|
||||||
@Schema(description = "File ID for server-side files (can be used instead of fileInput)")
|
@Schema(description = "File ID for server-side files (can be used instead of fileInput if job was previously done on file in async mode)")
|
||||||
private String fileId;
|
private String fileId;
|
||||||
|
|
||||||
@AssertTrue(message = "Either fileInput or fileId must be provided")
|
@AssertTrue(message = "Either fileInput or fileId must be provided")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user