Fix pluralisation of quotas in api-ref

Change-Id: I4f9b2b5462e75c3b06666cbe4e7c2304434567b1
This commit is contained in:
Simon Merrick 2021-02-18 18:47:33 +13:00
parent 1795ac71c3
commit 6f5a59a414

View File

@ -299,7 +299,7 @@ Response Example
Show Quota Details Show Quota Details
======================== ========================
.. rest_method:: GET /v1/openstack/quota .. rest_method:: GET /v1/openstack/quotas
Authentication: Project Moderator or Admin Authentication: Project Moderator or Admin
@ -314,7 +314,7 @@ Request Example
---------------- ----------------
.. code-block:: bash .. code-block:: bash
curl -H "X-Auth-Token: $NOS_TOKEN" http://0.0.0.0:5050/v1/openstack/quota curl -H "X-Auth-Token: $NOS_TOKEN" http://0.0.0.0:5050/v1/openstack/quotas
Response Example Response Example
----------------- -----------------
@ -404,7 +404,7 @@ Response Example
Update Quota Update Quota
======================== ========================
.. rest_method:: POST /v1/openstack/quota .. rest_method:: POST /v1/openstack/quotas
Authentication: Project Moderator or Admin Authentication: Project Moderator or Admin