Commit 2ffc438e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Use plaintext instead of json in code blocks

[ci skip]
parent 958dd277
......@@ -268,7 +268,7 @@ Such errors appear in two cases:
When an attribute is missing, you will get something like:
```json
```
HTTP/1.1 400 Bad Request
Content-Type: application/json
{
......@@ -279,7 +279,7 @@ Content-Type: application/json
When a validation error occurs, error messages will be different. They will
hold all details of validation errors:
```json
```
HTTP/1.1 400 Bad Request
Content-Type: application/json
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment