quick fix
Former-commit-id: 3a214414c718af07bb1f7b72f70d9afbdf3b684d
This commit is contained in:
@@ -126,9 +126,10 @@ Response Object
|
||||
```js
|
||||
{
|
||||
error: false
|
||||
result: {
|
||||
data: {
|
||||
// defined in the response description for each route
|
||||
}
|
||||
// other important data, or metadata for the data can be added here
|
||||
}
|
||||
```
|
||||
|
||||
@@ -136,10 +137,8 @@ Response Object
|
||||
|
||||
```js
|
||||
{
|
||||
error: {
|
||||
short: "Error doing x",
|
||||
long: "y needs to be z",
|
||||
}
|
||||
error: "Error doing x",
|
||||
long: "y needs to be z",
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user