Changed
- Breaking: Message Limit Error Status Code Change — The API now returns
429 Too Many Requestswhen a chatroom’s message limit is reached. Previously, this returned422 Unprocessable Entity.
Action Required
If your integration handles 422 responses for message limit errors, update your error handling to check for 429 Too Many Requests instead.