zulip/zerver/lib/markdown
Suyash Vardhan Mathur fab6a5192c openapi: Fix 'no parameters found' with x-parameter-description.
Currently, the message that no parameters are accepted by
the endpoint is displayed if there are no parameters in
OpenAPI data, but it is possible that information is
encoded in x-parameter-description (example in upload-file
endpoint), and we want to display that information rather
than the message.

Added an if condition to check the same.
2021-06-24 10:38:33 -07:00
..
__init__.py refactor: Export non-markdown logic in mention.py. 2021-06-14 13:26:30 -07:00
api_arguments_table_generator.py openapi: Fix 'no parameters found' with x-parameter-description. 2021-06-24 10:38:33 -07:00
api_return_values_table_generator.py openapi: Fix return values in delete-queue endpoint. 2021-06-24 10:37:56 -07:00
fenced_code.py python: Strip leading and trailing spaces from docstrings. 2021-05-07 22:42:39 -07:00
help_emoticon_translations_table.py python: Strip leading and trailing spaces from docstrings. 2021-05-07 22:42:39 -07:00
help_relative_links.py navbar: Adjust label for usage statistics. 2021-05-12 10:34:12 -07:00
help_settings_links.py mute user: Add user documentation page. 2021-05-10 17:10:40 -07:00
include.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
nested_code_blocks.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tabbed_sections.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
testing_mocks.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00