Documentation: correct bulk edit documents endpoint (#6057)

This commit is contained in:
Matt Patterson 2024-03-10 00:11:09 +01:00 committed by GitHub
parent 33357a3fc2
commit cda4c8f87e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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