fix typo
This commit is contained in:
parent
927f7fa787
commit
9faaa0f68b
1 changed files with 1 additions and 1 deletions
2
API.md
2
API.md
|
@ -4,7 +4,7 @@ Version major.minor
|
|||
- minor: compatible addition
|
||||
|
||||
## Notes
|
||||
json endpoints return a list should always be encapsulated ba an object to make non-breaking api changes easier, like this example
|
||||
json endpoints returning a list should always be encapsulated ba an object to make non-breaking api changes easier, like this example
|
||||
```json
|
||||
{"events":[{},{},{}]}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue