oleksma commented on code in PR #4412:
URL: https://github.com/apache/fineract/pull/4412#discussion_r1998468248


##########
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:
   Fixed FundsApiResourceSwagger
   
   1)removed
   GetFundsResponse
   PostFundsRequest
   
   2)added field 
        private String externalId;
   to PutFundsFundIdRequest



-- 
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]

Reply via email to