zulip/zerver/openapi
meiomorphism 1af72a2745 subscriptions: Avoid sending unneeded subscriber information.
The `users/me/subscriptions` endpoint accidentally started returning
subscriber information for each stream.  This is convenient, but
unnecessarily costly for those clients which either don't need it
(most API apps) or already acquire this information via /register
(including Zulip's apps).

This change removes that data set from the default response.  Clients
which had come to rely on it, or would like to rely on it in future,
may still access it via an additional documented API parameter.

Fixes #12917.
2019-08-09 16:03:21 -07:00
..
python_examples.py api: Verify that all registered OpenAPI examples are called. 2019-08-08 11:45:05 -07:00
zulip-2.0.yaml api docs: Remove migrated endpoints from deprecated specs. 2019-06-13 14:31:55 -07:00
zulip.yaml subscriptions: Avoid sending unneeded subscriber information. 2019-08-09 16:03:21 -07:00