/api/download

This commit is contained in:
2025-11-11 02:19:39 +01:00
parent 425e03650f
commit ac9e688e7a
10 changed files with 116 additions and 29 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ Document Assets
Downloads
---------
- GET /download/:token - Follow a one-time download token; redirects to a pre-signed URL (public token required).
- GET /api/download/:token - Follow a one-time download token; redirects to a pre-signed URL (public token required).
Folders
-------
@@ -68,4 +68,4 @@ Correspondents
- GET /api/correspondents - List correspondents with usage totals.
- POST /api/correspondents - Create a correspondent (name + optional metadata JSON).
- PATCH /api/correspondents/:id - Update name and/or metadata.
- DELETE /api/correspondents/:id - Remove a correspondent; fails with 400 if referenced by any document.
- DELETE /api/correspondents/:id - Remove a correspondent; fails with 400 if referenced by any document.