aboutsummaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-08-14 15:49:38 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-08-14 15:49:38 +0200
commitf29c40148599ba88dbf910efffb11694706c4d1b (patch)
tree9f59725f7cb8dad579c46ec7606ecb352d42730c /doc/intro.rst
parentc219c4a5592e8e5b67f8296e824814fcb70c8ac6 (diff)
doc: Fix HTTP status code.
Change-Id: Iae9ba9d57edac4b57a43d4e538769708bb3a24dc
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index d1bafb7..e849d1c 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -59,7 +59,7 @@ but the JSON response will contain an empty list.
+-------------+--------------------------------------------------------+
| 405 | Operation not allowed. |
+-------------+--------------------------------------------------------+
-| 420 | JSON not valid or not found. |
+| 422 | JSON not valid or not found. |
+-------------+--------------------------------------------------------+
| 500 | Internal error. |
+-------------+--------------------------------------------------------+