File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ Content-Type: application/problem+json
86
86
87
87
** Body**
88
88
``` json
89
- {
90
- "detail" : " User data is not valid." ,
89
+ {
91
90
"title" : " Input values do not match the requirements" ,
92
91
"status" : 500 ,
92
+ "detail" : " User data is not valid." ,
93
93
"type" : " user.invalid_data" ,
94
94
"errors" : [
95
95
{
@@ -116,10 +116,10 @@ Content-Type: application/problem+xml
116
116
117
117
``` xml
118
118
<?xml version =" 1.0" encoding =" UTF-8" ?>
119
- <problem xmlns =" urn:ietf:rfc:XXXX" >
120
- <detail >User data is not valid.</detail >
119
+ <problem xmlns =" urn:ietf:rfc:XXXX" >
121
120
<title >Input values do not match the requirements</title >
122
121
<status >500</status >
122
+ <detail >User data is not valid.</detail >
123
123
<type >user.invalid_data</type >
124
124
<errors >
125
125
<item >
You can’t perform that action at this time.
0 commit comments