From: PascalSenn Date: Sun, 8 Jan 2023 20:55:48 +0000 (+0100) Subject: Fixed endpoint count in Docs "The REST API" X-Git-Tag: v1.12.0-beta.rc0~1^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2386%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fixed endpoint count in Docs "The REST API" --- diff --git a/docs/api.md b/docs/api.md index bd615ab861..2c200dea76 100644 --- a/docs/api.md +++ b/docs/api.md @@ -6,7 +6,7 @@ provides a browsable API for most of its endpoints, which you can inspect at `http://:/api/`. This also documents 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. See below.