Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Aug 2, 2023
2 parents acb81df + 172e0ea commit 81a8789
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,9 @@ public Map<Integer, Map<Integer, Long>> 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",
Expand Down

0 comments on commit 81a8789

Please sign in to comment.