From 6dbff1e78f11b0d663e44d3639fffe4f135891f8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 25 Sep 2020 13:03:15 +0300 Subject: [PATCH] README.md: Capitalize UUID --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f257f2c..8941fbf 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The API exposes the following endpoints: - POST `/items` — return views and downloads for an arbitrary list of items. Accepts `limit`, `page`, `dateFrom`, and `dateTo` parameters². - GET `/item/id` — return views and downloads for a single item (`id` must be a UUID). Returns HTTP 404 if an item id is not found. -The item id is the *internal* uuid for an item. You can get these from the standard DSpace REST API. +The item id is the *internal* UUID for an item. You can get these from the standard DSpace REST API. ¹ 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.