aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:54:52 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:54:52 +0100
commitee02add97a1af531e251d01004ec233df3e863c8 (patch)
tree952db09e338720c325e0cb06960825e7f8f78915
parent176f793fee0c11f0c737bc13e1bae831f69a6a26 (diff)
doc: Fix token schema.
Change-Id: Id8a9025a3c0d13de00579b38413ed1202f35bed4
-rw-r--r--doc/schema-token.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/schema-token.rst b/doc/schema-token.rst
index 3fb2f56..fcbf00d 100644
--- a/doc/schema-token.rst
+++ b/doc/schema-token.rst
@@ -86,7 +86,7 @@ The following table describes the ``properties`` array of a token:
+----------+-------------------------------------+
| 2 | If the token can perform GET. |
+----------+-------------------------------------+
-| 3 | If the token can perform POST. |
+| 3 | If the token can perform POST/PUT. |
+----------+-------------------------------------+
| 4 | If the token can perform DELETE. |
+----------+-------------------------------------+
@@ -94,7 +94,11 @@ The following table describes the ``properties`` array of a token:
+----------+-------------------------------------+
| 6 | If the token can create new tokens. |
+----------+-------------------------------------+
-| 7 - 15 | Not used. |
+| 7 | If the token is a lab token. |
++----------+-------------------------------------+
+| 8 | If the token can upload files. |
++----------+-------------------------------------+
+| 9 - 15 | Not used. |
+----------+-------------------------------------+
More Info