aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-15 14:59:31 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-15 14:59:31 +0100
commitd98b6187433a467a23699dcbebbe0a78453bb167 (patch)
treef9fa2b255d3f3e16a3f3a0cf6735d0f1475850e2
parentc26dc2be8edd1ecf53ee02a7c652e30e909949e9 (diff)
doc: Add 503 status code.
Change-Id: I6ba3fc909f5aec6a59fc0a09533b5ecde361d40e
-rw-r--r--doc/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 79b11a2..2b4b3d8 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -67,6 +67,8 @@ but the JSON response will contain an empty list.
+-------------+--------------------------------------------------------+
| 501 | Method not implemented. |
+-------------+--------------------------------------------------------+
+| 503 | Service maintenance. |
++-------------+--------------------------------------------------------+
| 506 | Wrong response from the database. |
+-------------+--------------------------------------------------------+