zulip/zerver/openapi
sahil839 2bf19d5651 api: Remove incorrect realm setting in 'realm/update_dict' schema.
We incorrectly include many realm settings in the data section of
'realm/update_dict' schema. It should only contain the settings
related to message edit, realm icon, realm logo and authentication
methods and not other settings, becausea all the other settings send
'realm/update' event and not 'realm/update_dict' event.

This commit only removes 'allow_message_deleting' and others will
be removed separately.
2021-06-29 17:37:52 -07:00
..
curl_param_value_generators.py openapi: Refactor hacky openAPI curl test. 2021-04-28 15:49:35 -07:00
javascript_examples.js eslint: Fix unicorn/no-new-array. 2021-01-25 14:53:19 -08:00
javascript_examples.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
markdown_extension.py openapi: Automatically add python tab whenever required. 2021-06-24 10:38:44 -07:00
openapi.py openapi: Add markdown extension for parameter descriptions. 2021-06-22 10:58:43 -07:00
python_examples.py api: Fix encoding of strings in display settings endpoint. 2021-05-10 10:03:32 -07:00
test_curl_examples.py curl_examples: Fix curl testing for template's examples. 2021-06-23 16:12:18 -07:00
testing.yaml openapi: Add missing object types. 2020-08-12 16:11:29 -07:00
zulip.yaml api: Remove incorrect realm setting in 'realm/update_dict' schema. 2021-06-29 17:37:52 -07:00