From ef39b12dc721d3a54976647f14a7f199ebee989d Mon Sep 17 00:00:00 2001 From: Kenichi Yamamoto Date: Sat, 18 Jan 2025 20:52:44 +0900 Subject: [PATCH] Update number-recycling.yaml --- code/API_definitions/number-recycling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/number-recycling.yaml b/code/API_definitions/number-recycling.yaml index c76afba..ebd3180 100644 --- a/code/API_definitions/number-recycling.yaml +++ b/code/API_definitions/number-recycling.yaml @@ -280,7 +280,7 @@ components: - PERMISSION_DENIED examples: Permission Denied: - description: Permission denided. OAuth2 token access not have the required scope or when the user fails operational security + description: Permission denied. OAuth2 token access not have the required scope or when the user fails operational security value: status: 403 code: PERMISSION_DENIED @@ -381,7 +381,7 @@ components: status: 429 code: QUOTA_EXCEEDED message: Either out of resource quota or reaching rate limiting. - Too Many Requestes: + Too Many Requests: description: API Server request limit is overpassed value: status: 429