quick fix

Former-commit-id: 3a214414c718af07bb1f7b72f70d9afbdf3b684d
This commit is contained in:
Benjamin Kyd
2022-04-14 02:52:57 +01:00
parent 27416940c6
commit 541444961f
5 changed files with 52 additions and 46 deletions

View File

@@ -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",
}
```