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/`
This commit is contained in:
Matt Patterson 2024-03-08 19:49:10 +01:00 committed by shamoon
parent 33357a3fc2
commit 8e85b75f4f

View File

@ -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