adamsaghy commented on code in PR #4327:
URL: https://github.com/apache/fineract/pull/4327#discussion_r1955829310
##########
fineract-branch/src/main/java/org/apache/fineract/organisation/teller/api/TellerApiResource.java:
##########
@@ -79,10 +80,8 @@ public class TellerApiResource {
@Operation(summary = "List all tellers", description = "Retrieves list
tellers")
@ApiResponses({
@ApiResponse(responseCode = "200", description = "OK", content =
@Content(array = @ArraySchema(schema = @Schema(implementation =
TellerApiResourceSwagger.GetTellersResponse.class)))) })
- public String getTellerData(@QueryParam("officeId") @Parameter(description
= "officeId") final Long officeId) {
Review Comment:
You can also remove the @ApiResponse annotation in this case...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]