From 6f5a59a41459e264ec7b2e22977499ce78ef4d83 Mon Sep 17 00:00:00 2001 From: Simon Merrick Date: Thu, 18 Feb 2021 18:47:33 +1300 Subject: [PATCH] Fix pluralisation of quotas in api-ref Change-Id: I4f9b2b5462e75c3b06666cbe4e7c2304434567b1 --- api-ref/source/delegate-apis.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/delegate-apis.inc b/api-ref/source/delegate-apis.inc index a4221ca..fcf7eff 100644 --- a/api-ref/source/delegate-apis.inc +++ b/api-ref/source/delegate-apis.inc @@ -299,7 +299,7 @@ Response Example Show Quota Details ======================== -.. rest_method:: GET /v1/openstack/quota +.. rest_method:: GET /v1/openstack/quotas Authentication: Project Moderator or Admin @@ -314,7 +314,7 @@ Request Example ---------------- .. 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 ----------------- @@ -404,7 +404,7 @@ Response Example Update Quota ======================== -.. rest_method:: POST /v1/openstack/quota +.. rest_method:: POST /v1/openstack/quotas Authentication: Project Moderator or Admin