diff --git a/README.md b/README.md index f502ccd..b11108a 100644 --- a/README.md +++ b/README.md @@ -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": [ { @@ -116,10 +116,10 @@ Content-Type: application/problem+xml ```xml - - User data is not valid. + Input values do not match the requirements 500 + User data is not valid. user.invalid_data