]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixed endpoint count in Docs "The REST API" 2386/head
authorPascalSenn <senn.pasc@gmail.com>
Sun, 8 Jan 2023 20:55:48 +0000 (21:55 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2023 20:55:48 +0000 (21:55 +0100)
docs/api.md

index bd615ab861070abbc36e761b53c42880eb7378cd..2c200dea768347eaf996e7c99bdc010be529edac 100644 (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
 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.