formats and renames

This commit is contained in:
Anthony Stirling
2025-09-22 14:47:28 +01:00
parent b126fb3bd6
commit 68ccb0f970
18 changed files with 216 additions and 366 deletions

View File

@@ -18,7 +18,9 @@ public class PDFFile {
@Schema(description = "The input PDF file", format = "binary")
private MultipartFile 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)")
@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;
@AssertTrue(message = "Either fileInput or fileId must be provided")