fix(jans-config-api): incorrect https status for GET requests #2689
Labels
comp-jans-config-api
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
When requesting any AdminUI entities that do not exist, the expected behavior would be to get a 404 response from the server. However, currently I'm getting either a 400 bad request (for
role
andpermission
) or 500 server error (forrolePermissionMapping
)The text was updated successfully, but these errors were encountered: