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
This commit is contained in:
Vishakha Agarwal 2020-08-13 15:50:49 +05:30
parent 7d6c71ba26
commit 1b75e56a08
1 changed files with 2 additions and 2 deletions

View File

@ -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}