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,