From a0ee1813616863ba8731c7fe56144f0f0ef6991b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 25 Sep 2020 13:33:45 +0300 Subject: [PATCH] dspace_statistics_api/docs/index.html: Fix whitespace --- dspace_statistics_api/docs/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dspace_statistics_api/docs/index.html b/dspace_statistics_api/docs/index.html index 3f5b53a..1e92c57 100644 --- a/dspace_statistics_api/docs/index.html +++ b/dspace_statistics_api/docs/index.html @@ -20,9 +20,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
 	"page": 0, // optional, integer greater than 0, default 0
 	"dateFrom": "2020-01-01T00:00:00Z", // optional, default *
@@ -33,9 +31,7 @@
 		"8542f9da-9ce1-4614-abf4-f2e3fdb4b305",
 		"0fe573e7-042a-4240-a4d9-753b61233908"
 	]
-}
-				
-			
+}