parent
89f9aa2493
commit
83dcb60e15
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user