docs: "``js" -> "``json" in Markdown of some json blocks

This commit is contained in:
muxator 2018-08-09 22:27:56 +02:00
parent 3cedf474e5
commit e9fb63f426
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ The API is accessible via HTTP. HTTP Requests are in the format /api/$APIVERSION
### Response Format
Responses are valid JSON in the following format:
```js
```json
{
"code": number,
"message": string,