We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a8690 commit 87291dfCopy full SHA for 87291df
1 file changed
README.md
@@ -86,10 +86,10 @@ Content-Type: application/problem+json
86
87
**Body**
88
```json
89
-{
90
- "detail": "User data is not valid.",
+{
91
"title": "Input values do not match the requirements",
92
"status": 500,
+ "detail": "User data is not valid.",
93
"type": "user.invalid_data",
94
"errors": [
95
{
@@ -116,10 +116,10 @@ Content-Type: application/problem+xml
116
117
```xml
118
<?xml version="1.0" encoding="UTF-8"?>
119
-<problem xmlns="urn:ietf:rfc:XXXX">
120
- <detail>User data is not valid.</detail>
+<problem xmlns="urn:ietf:rfc:XXXX">
121
<title>Input values do not match the requirements</title>
122
<status>500</status>
+ <detail>User data is not valid.</detail>
123
<type>user.invalid_data</type>
124
<errors>
125
<item>
0 commit comments