From 3a9cfbe122d36d3a75cfa5c6c8b2bbe38db5ca8e Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Mon, 10 Jun 2024 09:17:59 +0200 Subject: [PATCH] fix REST.rst --- doc/source/REST.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/REST.rst b/doc/source/REST.rst index 3334f41b..2bd7b125 100644 --- a/doc/source/REST.rst +++ b/doc/source/REST.rst @@ -72,7 +72,7 @@ Next tables summaries the resources and the HTTP methods available. +-------------+--------------------------------------------------------------+ +-------------+---------------------------------------+---------------------------------------------+ -| HTTP method | /clouds//images | /clouds//quotas | +| HTTP method | /clouds//images | /clouds//quotas | +=============+=======================================+=============================================+ | **GET** | | **List** the available images | | **Get** the used and available resources | | | | in the ``cloudId`` provider. | | in the ``cloudId`` provider. |