summaryrefslogtreecommitdiff
path: root/doc/api/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-18 11:45:04 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-18 11:45:04 +0100
commit2ffc438efb81e2bbfe83c68860345e5902339bac (patch)
tree80b59896f95441c953d24702f73ae6a8e69d96cb /doc/api/README.md
parent958dd277775146fb35fc53ae7f6b6c30a96deb50 (diff)
downloadgitlab-ce-2ffc438efb81e2bbfe83c68860345e5902339bac.tar.gz
Use plaintext instead of json in code blocks
[ci skip]
Diffstat (limited to 'doc/api/README.md')
-rw-r--r--doc/api/README.md4
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
{