zulip/zerver/openapi
orientor 2b879ecbdf openapi: Edit Messages component to match the message event object.
The `Messages` schema present in `#/components/schemas` was a
combination of all keys possible in any message object used in Zulip.
Edit it so that the original `Messages` contains just the keys present
in the `message` event. Also make another schema  `GetMessages` which
adds a few other keys which are received when using `GET /messages`.
The message object in the `/zulip-outgoing-webhook` has also been
modified and corrected.
2020-07-24 09:51:31 -07:00
..
curl_param_value_generators.py curl_param_value_generators: Strengthen types. 2020-06-30 18:58:23 -07:00
javascript_examples.js js: Use ES6 object literal shorthand syntax. 2020-07-21 12:42:22 -07:00
javascript_examples.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
markdown_extension.py openapi: Correctly encode object and array parameters. 2020-06-28 14:04:30 -07:00
openapi.py openapi_py: Add function for validating requests. 2020-07-14 14:23:58 -07:00
python_examples.py api: Do not require short_name to create user. 2020-07-17 11:15:15 -07:00
test_curl_examples.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
testing.yaml prettier: Disable bracketSpacing. 2020-07-17 14:30:52 -07:00
zulip.yaml openapi: Edit Messages component to match the message event object. 2020-07-24 09:51:31 -07:00