mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Two endpoints had linked markdown files that were used in their general descriptions to add warning notes with important information (`/create-user` and `/get-user-groups`). This moves the warning content to be inline in the endpoint descriptions so that the important content is in the OpenAPI documentation and is still formatted to be rendered in a warning block. Deletes `can-create-users-only.md` and `api-members-only.md` since they were only used for these two endpoint descriptions. Also, cleans up the other instance of a inline warning block in an endpoint description (`/fetch-api-key`).