From 48b6b148c04b9ff6a1a074ef7d58bac018738cbb Mon Sep 17 00:00:00 2001 From: nisha Date: Mon, 17 Feb 2025 12:50:21 +0530 Subject: [PATCH] Updated code --- .../gepafin/tendermanagement/web/rest/api/NotificationApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/gepafin/tendermanagement/web/rest/api/NotificationApi.java b/src/main/java/net/gepafin/tendermanagement/web/rest/api/NotificationApi.java index 8cccb46c..2af8e846 100644 --- a/src/main/java/net/gepafin/tendermanagement/web/rest/api/NotificationApi.java +++ b/src/main/java/net/gepafin/tendermanagement/web/rest/api/NotificationApi.java @@ -120,7 +120,7 @@ public interface NotificationApi { @ExampleObject(value = ErrorConstants.UNAUTHORIZED_ERROR_EXAMPLE) })), @ApiResponse(responseCode = "400", description = "Bad Request", content = @Content(mediaType = MediaType.APPLICATION_JSON_VALUE, examples = { @ExampleObject(value = ErrorConstants.BADREQUEST_ERROR_EXAMPLE) })) }) - @PostMapping(value = "/user/{userId}/company/{companyId}/notifications/pagination", produces = "application/json") + @PostMapping(value = "/user/{userId}/company/{companyId}/pagination", produces = "application/json") ResponseEntity>>> getNotificationsByUserIdAndCompanyIdByPagination(HttpServletRequest request, @Parameter(description = "The user id", required = true) @PathVariable(value = "userId") Long userId, @Parameter(description = "The company ID", required = true) @PathVariable(value = "companyId") Long companyId,