mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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. |
||
|---|---|---|
| .. | ||
| curl_param_value_generators.py | ||
| javascript_examples.js | ||
| javascript_examples.py | ||
| markdown_extension.py | ||
| openapi.py | ||
| python_examples.py | ||
| test_curl_examples.py | ||
| testing.yaml | ||
| zulip.yaml | ||