Skip to content

Commit

Permalink
Update swagger documentation #902 #914 (#915)
Browse files Browse the repository at this point in the history
* Update swagger documentation #902 #914
* Update API description
* Update search api description
  • Loading branch information
yasima-csiro authored Jan 14, 2025
1 parent 9dee0e5 commit b5cb6b4
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 limited to a maximum of 5,000 records, though this limit may vary. No additional records will be returned beyond this cap, regardless of the start or pageSize parameters. To retrieve more than the specified limit, consider using the download API instead.",
tags = "Occurrence"
)
@RequestMapping(value = {
Expand Down

0 comments on commit b5cb6b4

Please sign in to comment.