Skip to content

Commit 508d258

Browse files
committed
swagger fix
1 parent 741e167 commit 508d258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/keys/src/services/key-service/routes/scan-receipt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const routes = (router: KoaRouter) => {
1010
* post:
1111
* summary: Process a scanned receipt image (single or batch)
1212
* description: |
13-
* Receives a scanned receipt image (JPEG, PNG, BMP, or multi-page TIFF).
13+
* Receives a scanned receipt image (JPEG, PNG, BMP, or multi-page PDF).
1414
* Extracts QR codes from each page, groups pages by loan UUID,
1515
* and creates a receipt for each unique loan.
1616
* Returns an array of results and any errors.

0 commit comments

Comments
 (0)