Skip to content

Commit

Permalink
fix: use correct header name for 429 bulk response
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Dmytrenko <[email protected]>
  • Loading branch information
erka committed Sep 6, 2024
1 parent 218fd82 commit 5d4c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d4c7e4

Please sign in to comment.