aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:56:04 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:56:04 +0100
commite3f6e6a883d0173ed74a910aa12145ebd45013bb (patch)
tree960ed5852437018db5c11b5657ffaa2ac5e9737f /doc
parent0a0c505751660d9c5ef3aef7a04268e7da2b4c83 (diff)
doc: Fix status codes.
Change-Id: Ia3671e8a5d3efdb6a9d0d376c156911b538796c1
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 8093d37..93a9c5c 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -49,6 +49,8 @@ but the JSON response will contain an empty list.
+=============+========================================================+
| 200 | Response is OK. |
+-------------+--------------------------------------------------------+
+| 201 | Resource created. |
++-------------+--------------------------------------------------------+
| 202 | Request accepted. |
+-------------+--------------------------------------------------------+
| 400 | Bad request, more detailed message might be available. |