From 2d6520fc97479c4edc9f5546c2c59bb53c427882 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 2 Nov 2020 22:14:08 +0200 Subject: [PATCH] Fix limit in docs --- dspace_statistics_api/docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace_statistics_api/docs/index.html b/dspace_statistics_api/docs/index.html index 3faa389..a4e32e1 100644 --- a/dspace_statistics_api/docs/index.html +++ b/dspace_statistics_api/docs/index.html @@ -21,7 +21,7 @@

¹ We are querying the Solr statistics core, which technically only knows about items that have either views or downloads. If an item is not present here you can assume it has zero views and zero downloads, but not necessarily that it does not exist in the repository.

² POST requests to /items should be in JSON format with the following parameters:

{
-	"limit": 100, // optional, integer between 0 and 100, default 100
+	"limit": 100, // optional, integer between 1 and 100, default 100
 	"page": 0, // optional, integer greater than 0, default 0
 	"dateFrom": "2020-01-01T00:00:00Z", // optional, default *
 	"dateTo": "2020-09-09T00:00:00Z", // optional, default *