responses: '429': description: Rate limit exceeded # Missing Retry-After header
responses: '429': description: Rate limit exceeded headers: Retry-After: description: Indicates how long the client should wait before making a follow-up request. schema: type: string # example: 'Mon, 7 Aug 2023 07:28:00 GMT' # optionally add examples for both date and delay-seconds examples: http-date: value: 'Mon, 7 Aug 2023 07:28:00 GMT' delay-seconds: value: '120'
Check the FireTail blog and research documents for up-to-date information.