summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2020-08-13 15:50:49 +0530
committerVishakha Agarwal <agarwalvishakha18@gmail.com>2020-08-13 15:50:49 +0530
commit1b75e56a08dfb980cb26b2ac273a27dac24c1668 (patch)
treec72e0a9b81a857fd593c30dc725930998a60375d
parent7d6c71ba26694c21110280e741b9ffe2d36a94ca (diff)
downloadkeystone-1b75e56a08dfb980cb26b2ac273a27dac24c1668.tar.gz
Improve the update description for limits in api-ref
The update registered limit updates the specified registered limit. It will be wrong to describe it as "Update registered limits". It should be singular. Same for updating a project limit. This patch fixes the same. Change-Id: Ie28f0661bd4402ebb8f9de37fff4c36b925c3b04
-rw-r--r--api-ref/source/v3/unified_limits.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/v3/unified_limits.inc b/api-ref/source/v3/unified_limits.inc
index a5a41c27b..ce32a0f1c 100644
--- a/api-ref/source/v3/unified_limits.inc
+++ b/api-ref/source/v3/unified_limits.inc
@@ -143,7 +143,7 @@ Examples
:language: javascript
-Update Registered Limits
+Update Registered Limit
========================
.. rest_method:: PATCH /v3/registered_limits/{registered_limit_id}
@@ -485,7 +485,7 @@ Examples
:language: javascript
-Update Limits
+Update Limit
=============
.. rest_method:: PATCH /v3/limits/{limit_id}