From 8e85b75f4f1722f655f0199599f14acab594f4f3 Mon Sep 17 00:00:00 2001 From: Matt Patterson <8550+fidothe@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:49:10 +0100 Subject: [PATCH] Fix error in API docs documents bulk edit API endpoint URL Documents bulk edit endpoint URL should be `/api/documents/bulk_edit/`, not `/api/bulk_edit/` --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index f4119e4c1..ed00ab276 100644 --- a/docs/api.md +++ b/docs/api.md @@ -340,7 +340,7 @@ The API supports various bulk-editing operations which are executed asynchronous ### Documents -For bulk operations on documents, use the endpoint `/api/bulk_edit/` which accepts +For bulk operations on documents, use the endpoint `/api/documents/bulk_edit/` which accepts a json payload of the format: ```json