From 8f1a58e7407a36cdb32af1ec7f82e392351e1170 Mon Sep 17 00:00:00 2001 From: yasima-csiro Date: Mon, 9 Sep 2024 11:19:37 +1000 Subject: [PATCH] Update swagger documentation #902 #914 --- .../java/au/org/ala/biocache/web/OccurrenceController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/au/org/ala/biocache/web/OccurrenceController.java b/src/main/java/au/org/ala/biocache/web/OccurrenceController.java index 815564a00..716360d99 100644 --- a/src/main/java/au/org/ala/biocache/web/OccurrenceController.java +++ b/src/main/java/au/org/ala/biocache/web/OccurrenceController.java @@ -871,9 +871,8 @@ SearchResultDTO occurrenceSearchDeprecated( * @return * @throws Exception */ - @SecurityRequirement(name = "JWT") @Operation(summary = "Occurrence search", - description = "Occurrence search service that supports facets", + description = "Occurrence search service that supports facets. Please note that results are capped at the first 5,000 records, and no additional records will be returned, regardless of the start or pageSize parameters. If you need more data, consider using the download API instead.", tags = "Occurrence" ) @RequestMapping(value = {