The use of unmatching value of "sort" param when GET /api/v1/notifications endpoint leads to HTTP 500 instead of 400.
$ curl -X 'GET' -u dev:dev 'http://localhost:8081/api/v1/notifications?page=0&size=1&sort=FOOBAR' -H 'accept: /'
{{{}}
"timestamp" : "2023-03-29T08:52:30.385+00:00",
"status" : 500,
"error" : "Internal Server Error",
"path" : "/api/v1/notifications"
}
- is depended on by
-
FLPATH-397 Add global exception handler in notification service
- Closed
- is related to
-
FLPATH-234 Populate Notification tab with data
- Closed