Skip to content

Commit

Permalink
Fixed error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobentes authored Apr 24, 2017
1 parent f24de55 commit 3bf5773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ docker run jbentes/hospital-simulator:0.1
   
* **Error Response:**

* **Code:** 422 UNPROCESSABLE ENTRY <br />
* **Code:** 400 BAD REQUEST <br />
**Content:**
`{ error : "Invalid Patient Condition" }` OR `{ error : "Invalid Patient Data" }`
   `{ error : "Invalid Patient Condition" }` OR `{ error : "Invalid Patient Data" }` OR `{ error = "Invalid Consultation object" }`
   
* **Notes:**

The version 0.1 only supports three types of patient's condition: (1) Cancer.Head&Neck, (2) Cancer.Breast, (3) Flue.
Expand Down

0 comments on commit 3bf5773

Please sign in to comment.