diff --git a/README.md b/README.md index b5fca82..8d42e38 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ When setting up a JSON API, you'll have all kinds of different types of calls an - +
TypeDescriptionRequired KeysOptional Keys
successAll went well, and (usually) some data was returned.status, data
failThere was a problem with the data submitted, or some pre-condition of the API call wasn't satisfiedstatus, data
failThere was a problem with the data submitted, or some pre-condition of the API call wasn't satisfiedstatus, datamessage
errorAn error occurred in processing the request, i.e. an exception was thrownstatus, messagecode, data