adamsaghy commented on code in PR #4566:
URL: https://github.com/apache/fineract/pull/4566#discussion_r2042248621


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/api/ClientIdentifiersApiResource.java:
##########
@@ -180,20 +169,19 @@ public String 
retrieveClientIdentifiers(@PathParam("clientId") @Parameter(descri
     @Consumes({ MediaType.APPLICATION_JSON })
     @Produces({ MediaType.APPLICATION_JSON })
     @Operation(summary = "Update a Client Identifier", description = "Updates 
a Client Identifier")
-    @RequestBody(required = true, content = @Content(schema = 
@Schema(implementation = 
ClientIdentifiersApiResourceSwagger.PutClientsClientIdIdentifiersIdentifierIdRequest.class)))
+    @RequestBody(required = true, content = @Content(schema = 
@Schema(implementation = ClientIdentifierRequest.class)))
     @ApiResponses({

Review Comment:
   Should we keep the swagger response object here?



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