Fixed endpoint count in Docs "The REST API"

This commit is contained in:
PascalSenn 2023-01-08 21:55:48 +01:00 committed by GitHub
parent 966a712ca6
commit 8a4361b897

View File

@ -6,7 +6,7 @@ provides a browsable API for most of its endpoints, which you can
inspect at `http://<paperless-host>:<port>/api/`. This also documents inspect at `http://<paperless-host>:<port>/api/`. This also documents
most of the available filters and ordering fields. most of the available filters and ordering fields.
The API provides 5 main endpoints: The API provides 7 main endpoints:
- `/api/documents/`: Full CRUD support, except POSTing new documents. - `/api/documents/`: Full CRUD support, except POSTing new documents.
See below. See below.