zulip/zerver/openapi
Tim Abbott 4a3ad0da06 api: Improve encoding of stream/topic max field lengths.
Previously, you had to request the `stream` event type in order to get
the stream-level parameters; this was a bad design in part because the
`subscription` event type has similar data and is preferred by most
clients.

So we move these to the `realm` object.  We also add the maximum topic
length, as an adjacent parameter.

While changing this, we also fix these to better match the names of
similar API parameters.
2021-04-10 10:07:57 -07:00
..
curl_param_value_generators.py realm/playground: Add API endpoint for deleting a playground entry. 2021-04-07 08:20:53 +05:30
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: Fix display for boolean example values. 2021-04-07 09:52:42 -07:00
openapi.py api docs: Expand checking for deprecated fields. 2021-02-16 15:34:52 -08:00
python_examples.py api docs: Document display settings endpoint. 2021-04-07 12:10:25 -07:00
test_curl_examples.py api docs: Add documentation of deactivate-own-user endpoint. 2021-03-25 01:05:44 -07:00
testing.yaml openapi: Add missing object types. 2020-08-12 16:11:29 -07:00
zulip.yaml api: Improve encoding of stream/topic max field lengths. 2021-04-10 10:07:57 -07:00