Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Jan 19, 2024
1 parent ad837fb commit 5f74658
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ public Uni<OnboardingGetResponse> getOnboardingWithFilter(@QueryParam(value = "p
return onboardingService.onboardingGet(productId, taxCode, status, from, to, page, size);
}

@Operation(summary = "Perform reject operation of an onboarding request receiving onboarding id." +
"Function change status to REJECT for an onboarding request that is not COMPLETED. " )
@PUT
@Path("/{onboardingId}/reject")
public Uni<Response> delete(@PathParam(value = "onboardingId") String onboardingId) {
Expand Down

0 comments on commit 5f74658

Please sign in to comment.