mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Openapi had descriptive response codes for endpoints with multiple responses for same response code. But this does not fall in line with openapi specifications. So change descriptive response codes like "400_auth" and "400_anauth" to "400_0" and "400_1" for all such endpoints. Also make the necessary changes in openapi.py so as to be able to read the schema in such cases and generate example in such cases.