fix error code in README (#152)

-
This commit is contained in:
Charles-Antoine Francisco 2020-04-15 17:43:40 -04:00 committed by GitHub
parent 89f9aa2493
commit 83dcb60e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -754,7 +754,7 @@ For each endpoint explain:
* Error Response, Most endpoints have many ways to fail. From unauthorized access to wrongful parameters etc. All of those should be listed here. It might seem repetitive, but it helps prevent assumptions from being made. For example
```json
{
"code": 403,
"code": 401,
"message" : "Authentication failed",
"description" : "Invalid username or password"
}