adamsaghy commented on code in PR #4412:
URL: https://github.com/apache/fineract/pull/4412#discussion_r1988936313
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/fund/api/FundsApiResource.java:
##########
@@ -94,10 +88,10 @@ public String retrieveFunds(@Context final UriInfo uriInfo)
{
@RequestBody(required = true, content = @Content(schema =
@Schema(implementation = FundsApiResourceSwagger.PostFundsRequest.class)))
@ApiResponses({
@ApiResponse(responseCode = "200", description = "OK", content =
@Content(schema = @Schema(implementation =
FundsApiResourceSwagger.PostFundsResponse.class))) })
Review Comment:
You might wanna remove @ApiResponse annotation or update "PostFundsResponse"
which is not overlapping with CommandProcessingResult, except 1 field....
--
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]