Rate-limited requests now return an HTTP 429 error, no longer including the rate_limit fieldBreaking changes
What’s new
Updates API rate limit errors to return a 429 HTTP status code instead of 400. They also no longer return a rate_
error code.
Impact
API rate limit errors now return 429 HTTP status code instead of 400, aligning with standard rate limiting practices.