better logs

This commit is contained in:
Anthony Stirling 2025-09-21 20:54:14 +01:00
parent 9ddcd7ff6a
commit 9311589447

View File

@ -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")