- Add POST /api/pdf/attachments/check endpoint (multipart/form-data) - Add POST /api/pdf/attachments/check endpoint (application/json with Base64) - Dual input support: IFormFile (file upload) and Base64 JSON - Controller converts IFormFile → byte[] and sends to MediatR - Complete XML documentation with Swagger examples - Primary constructor pattern used
3.8 KiB
3.8 KiB