zulip/zerver/openapi
Prakhar Pratyush 6ae7ed580e api_docs: Fix the example JSON error response for 'POST /typing'.
In 5e30ab91b9, we introduced
'stream_id' parameter. 'to' is no longer used when composing
stream messages to specify the stream ID.

Earlier, 'to' parameter accepted a single element list
containing the ID of the stream.

Since we can't specify multiple stream IDs anymore, the
example JSON error response documented is stale.

This commit updates that.
2024-04-19 09:54:54 -07:00
..
__init__.py openapi: Add missing __init__.py; fix type errors hidden by its absence. 2021-07-05 12:20:39 -07:00
curl_param_value_generators.py openapi: Get parameters from requestBody too. 2024-02-05 19:57:21 -05:00
javascript_examples.js message-type: Add support for "direct" as value for type parameter. 2023-04-18 12:29:33 -07:00
javascript_examples.py python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
markdown_extension.py openapi: Get parameters from requestBody too. 2024-02-05 19:57:21 -05:00
openapi.py openapi: Validate real requests and responses, not fictional mocks. 2024-02-05 19:57:21 -05:00
python_examples.py api_documentation: Document "/invites/multiuse" endpoint. 2024-04-10 11:29:14 -07:00
test_curl_examples.py requirements: Upgrade Python requirements. 2024-01-29 10:41:54 -08:00
testing.yaml test_openapi: Make testing.yml a full conformant specification. 2022-01-13 14:34:11 -08:00
zulip.yaml api_docs: Fix the example JSON error response for 'POST /typing'. 2024-04-19 09:54:54 -07:00