From e96e8472d90bb0351e45ae6db65109d11181a88e Mon Sep 17 00:00:00 2001 From: PascalSenn Date: Sun, 8 Jan 2023 21:55:48 +0100 Subject: [PATCH] Fixed endpoint count in Docs "The REST API" --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index bd615ab86..2c200dea7 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.