aboutsummaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:55:03 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:55:03 +0100
commit0a0c505751660d9c5ef3aef7a04268e7da2b4c83 (patch)
treef747a687c32bff618321e31eb3554f69ba68720e /doc/intro.rst
parentee02add97a1af531e251d01004ec233df3e863c8 (diff)
doc: Add PUT method.
Change-Id: I4bc67edde1bf2964a741d7e5862d203470db50af
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index 5ffe396..8093d37 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -22,15 +22,15 @@ Where possible, the API strives to use appropriate HTTP verbs for each action.
Not all the API resources might implement them.
-+--------+-------------------------------------+
-| Verb | Description |
-+========+=====================================+
-| GET | Used to retrieve resources. |
-+--------+-------------------------------------+
-| POST | Used to create or update resources. |
-+--------+-------------------------------------+
-| DELETE | Used for deleting resources. |
-+--------+-------------------------------------+
++------------+-------------------------------------+
+| Verb | Description |
++============+=====================================+
+| GET | Used to retrieve resources. |
++------------+-------------------------------------+
+| POST/PUT | Used to create or update resources. |
++------------+-------------------------------------+
+| DELETE | Used for deleting resources. |
++------------+-------------------------------------+
.. _http_status_code: