mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The /events and /register endpoints were excluded from schema validations, because they were earlier not completely documented. However, they can now be added for proper checking. Removed them from excluded endpoints list and fixed the documentation for /register and /events after the checking. Fixes #17796.