Skip to content

Commit d38a0cb

Browse files
committed
fix(openapi): rename duplicate delinquency tag history operation id
1 parent 5934bcd commit d38a0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/api/WorkingCapitalLoanApiResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public List<WorkingCapitalLoanDelinquencyTagHistoryData> getDelinquencyRangeSche
209209
@Path("external-id/{externalId}/delinquencyrangetags")
210210
@Consumes({ MediaType.TEXT_HTML, MediaType.APPLICATION_JSON })
211211
@Produces(MediaType.APPLICATION_JSON)
212-
@Operation(summary = "Retrieve the Loan Delinquency Tag history using the Loan Id", description = "", operationId = "getDelinquencyRangeScheduleTagHistoryById")
212+
@Operation(summary = "Retrieve the Loan Delinquency Tag history using the Loan External Id", description = "", operationId = "getDelinquencyRangeScheduleTagHistoryByExternalId")
213213
@ApiResponses({
214214
@ApiResponse(responseCode = "200", description = "OK", content = @Content(array = @ArraySchema(schema = @Schema(implementation = WorkingCapitalLoanApiResourceSwagger.GetWorkingCapitalLoanDelinquencyRangeScheduleTagHistoryResponse.class)))) })
215215
public List<WorkingCapitalLoanDelinquencyTagHistoryData> getDelinquencyRangeScheduleTagHistoryById(

0 commit comments

Comments
 (0)