docs(c4): fix 3b frontend — correct docBulkEdit endpoint to /bulk
DocumentController maps the batch update to PATCH /api/documents/bulk, not /api/documents/batch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -415,7 +415,7 @@ C4Component
|
|||||||
Rel(docDetail, backend, "GET /api/documents/{id}, GET /api/documents/{id}/file", "HTTP / JSON + Binary")
|
Rel(docDetail, backend, "GET /api/documents/{id}, GET /api/documents/{id}/file", "HTTP / JSON + Binary")
|
||||||
Rel(docEdit, backend, "PUT /api/documents/{id}", "HTTP / Multipart")
|
Rel(docEdit, backend, "PUT /api/documents/{id}", "HTTP / Multipart")
|
||||||
Rel(docNew, backend, "GET /api/persons, POST /api/documents", "HTTP / JSON + Multipart")
|
Rel(docNew, backend, "GET /api/persons, POST /api/documents", "HTTP / JSON + Multipart")
|
||||||
Rel(docBulkEdit, backend, "GET /api/documents/incomplete, PATCH /api/documents/batch", "HTTP / JSON")
|
Rel(docBulkEdit, backend, "GET /api/documents/incomplete, PATCH /api/documents/bulk", "HTTP / JSON")
|
||||||
Rel(enrichPage, backend, "GET/POST /api/transcription, POST /api/documents/{id}/annotations", "HTTP / JSON")
|
Rel(enrichPage, backend, "GET/POST /api/transcription, POST /api/documents/{id}/annotations", "HTTP / JSON")
|
||||||
Rel(homePage, typeahead, "Uses for sender/receiver filter", "")
|
Rel(homePage, typeahead, "Uses for sender/receiver filter", "")
|
||||||
Rel(docEdit, typeahead, "Uses for sender/receiver selection", "")
|
Rel(docEdit, typeahead, "Uses for sender/receiver selection", "")
|
||||||
|
|||||||
Reference in New Issue
Block a user