diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-18 11:45:04 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-18 11:45:04 +0100 |
commit | 2ffc438efb81e2bbfe83c68860345e5902339bac (patch) | |
tree | 80b59896f95441c953d24702f73ae6a8e69d96cb | |
parent | 958dd277775146fb35fc53ae7f6b6c30a96deb50 (diff) | |
download | gitlab-ce-2ffc438efb81e2bbfe83c68860345e5902339bac.tar.gz |
Use plaintext instead of json in code blocks
[ci skip]
-rw-r--r-- | doc/api/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 2b6466a9e57..a9bfd2f7ebc 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -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 { |