Skip to content

Commit 87291df

Browse files
author
Nil Portugues Caldero
committed
README
1 parent 40a8690 commit 87291df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Content-Type: application/problem+json
8686

8787
**Body**
8888
```json
89-
{
90-
"detail": "User data is not valid.",
89+
{
9190
"title": "Input values do not match the requirements",
9291
"status": 500,
92+
"detail": "User data is not valid.",
9393
"type": "user.invalid_data",
9494
"errors": [
9595
{
@@ -116,10 +116,10 @@ Content-Type: application/problem+xml
116116

117117
```xml
118118
<?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">
121120
<title>Input values do not match the requirements</title>
122121
<status>500</status>
122+
<detail>User data is not valid.</detail>
123123
<type>user.invalid_data</type>
124124
<errors>
125125
<item>

0 commit comments

Comments
 (0)