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
|
- minor: compatible addition
|
||||||
|
|
||||||
## Notes
|
## 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
|
```json
|
||||||
{"events":[{},{},{}]}
|
{"events":[{},{},{}]}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue