From 5d4c7e46bb210ca0b62bd309b95796d50076fa89 Mon Sep 17 00:00:00 2001 From: Roman Dmytrenko Date: Fri, 6 Sep 2024 13:39:15 +0300 Subject: [PATCH] fix: use correct header name for 429 bulk response Signed-off-by: Roman Dmytrenko --- service/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/openapi.yaml b/service/openapi.yaml index d7ee822..1e758ea 100644 --- a/service/openapi.yaml +++ b/service/openapi.yaml @@ -127,7 +127,7 @@ paths: '429': description: Rate limit reached on the Flag Management System headers: - Retry-Later: + Retry-After: description: Indicates when to retry the request again schema: type: string