From 1b75e56a08dfb980cb26b2ac273a27dac24c1668 Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Thu, 13 Aug 2020 15:50:49 +0530 Subject: [PATCH] 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 --- api-ref/source/v3/unified_limits.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/v3/unified_limits.inc b/api-ref/source/v3/unified_limits.inc index a5a41c27b6..ce32a0f1c7 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}