Skip to content

Commit

Permalink
Update swagger documentation #902 #914
Browse files Browse the repository at this point in the history
  • Loading branch information
yasima-csiro committed Sep 9, 2024
1 parent a40934b commit 8f1a58e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8f1a58e

Please sign in to comment.