We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42502a commit d55a7a6Copy full SHA for d55a7a6
http-inject-plugin/src/main/java/io/avaje/http/inject/ValidationResponse.java
@@ -6,7 +6,7 @@
6
7
public class ValidationResponse {
8
9
- private static String type = "https://avaje.io/http/#bean-validation";
+ private static String type = "tag:io.avaje.http.api.Validator";
10
private static String title = "Request Failed Validation";
11
private static String detail =
12
"You tried to call this endpoint, but your data failed validation";
0 commit comments