A HTTP 429 response signals the API client is making too many requests, and will supply information about when to retry so that the client can back off calmly without everything breaking. All operations should define a 429 response.
OWASP API4 2023 Rate Limit Responses 429
Message: Operation is missing rate limiting response (429).