Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil Portugues Caldero committed Apr 22, 2016
1 parent 40a8690 commit 87291df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ Content-Type: application/problem+json

**Body**
```json
{
"detail": "User data is not valid.",
{
"title": "Input values do not match the requirements",
"status": 500,
"detail": "User data is not valid.",
"type": "user.invalid_data",
"errors": [
{
Expand All @@ -116,10 +116,10 @@ Content-Type: application/problem+xml

```xml
<?xml version="1.0" encoding="UTF-8"?>
<problem xmlns="urn:ietf:rfc:XXXX">
<detail>User data is not valid.</detail>
<problem xmlns="urn:ietf:rfc:XXXX">
<title>Input values do not match the requirements</title>
<status>500</status>
<detail>User data is not valid.</detail>
<type>user.invalid_data</type>
<errors>
<item>
Expand Down

0 comments on commit 87291df

Please sign in to comment.