diff --git a/registry-ws/src/main/java/org/gbif/registry/ws/resources/BaseDownloadResource.java b/registry-ws/src/main/java/org/gbif/registry/ws/resources/BaseDownloadResource.java index a890839b0..f6886e60d 100644 --- a/registry-ws/src/main/java/org/gbif/registry/ws/resources/BaseDownloadResource.java +++ b/registry-ws/src/main/java/org/gbif/registry/ws/resources/BaseDownloadResource.java @@ -1005,8 +1005,9 @@ public Map> getDownloadsByDataset( @Tag(name = "Occurrence download statistics") @Operation( operationId = "getDownloadedStatistics", - summary = "Summarize downloads", - description = "Summarizes downloads", + summary = "Provides summarized download statistics", + description = "Filters for downloads matching the provided criteria, then provide counts by year, month and " + + "dataset of the total number of downloads, and the total number of records included in those downloads.", extensions = @Extension( name = "Order",