zulip/templates/zerver/api
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
..
add-linkifiers.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
add-subscriptions.md openapi: Replace add-subscriptions from TEST_FUNCTIONS. 2019-08-05 21:06:19 -07:00
api-keys.md api docs: Update api-keys. 2018-09-25 21:02:58 -07:00
arguments.json api docs: Remove unnecessary argument entry. 2018-08-08 09:29:27 -07:00
configuring-python-bindings.md api docs: Make minor copyediting changes. 2018-09-25 20:48:12 -07:00
construct-narrow.md messages: Add support for passing user IDs for pm-with clause. 2019-06-17 17:38:51 -07:00
create-stream.md api docs: Explain clearly how to create new streams. 2018-07-01 08:41:37 -07:00
create-user-group.md api_docs: Add documentation for create_user_group. 2019-06-28 16:28:56 -07:00
create-user.md api docs: Use Help Center syntax for restricted endpoints. 2019-07-29 16:17:54 -07:00
delete-message.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
delete-queue.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
delete-stream.md api_docs: Add documentation for delete_stream. 2019-06-28 16:18:22 -07:00
delete-user-group.md api_docs: Add documentation for remove_user_group. 2019-06-28 16:34:39 -07:00
deploying-bots.md deploying_bots.md: Fix a couple of minor formatting issues. 2018-07-10 10:01:16 +05:30
dev-fetch-api-key.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
fixtures.json openapi: Remove /users/me from pending endpoints. 2019-08-05 21:06:19 -07:00
get-all-streams.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
get-all-users.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
get-events-from-queue.md docs: Fix cURL example in get-stream-id.md by adding a missing '\'. 2019-07-29 16:07:58 -07:00
get-message-history.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
get-messages.md openapi: Migrate /messages to use the new cURL example system. 2019-08-05 21:27:24 -07:00
get-org-emoji.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
get-presence.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
get-profile.md openapi: Remove /users/me from pending endpoints. 2019-08-05 21:06:19 -07:00
get-raw-message.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
get-stream-id.md docs: Fix cURL example in get-stream-id.md by using the -G argument. 2019-07-29 16:07:58 -07:00
get-stream-topics.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
get-subscribed-streams.md subscriptions: Avoid sending unneeded subscriber information. 2019-08-09 16:03:21 -07:00
get-user-groups.md api docs: Use Help Center syntax for restricted endpoints. 2019-07-29 16:17:54 -07:00
incoming-webhooks-overview.md docs: Highlight send messages API in incoming webhooks page. 2019-05-20 19:18:30 -07:00
incoming-webhooks-walkthrough.md docs: Update docs to reflect the use of Ubuntu bionic in development. 2019-07-08 13:25:54 -07:00
index.md api docs: Link to our zapier and ifttt /integrations pages. 2018-08-10 10:37:49 -07:00
installation-instructions.md api docs: Fix showing correct link to install Python bindings. 2019-01-16 10:05:25 -08:00
integrations-overview.md api docs: Add script and plugin integrations to integrations-overview. 2018-10-16 21:07:00 -07:00
list-linkifiers.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
mark-as-read-bulk.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
missing.md
mute-topics.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
non-webhook-integrations.md docs: Extract a Writing Documentation top-level section. 2019-05-29 15:52:11 -07:00
outgoing-webhooks.md api: Clarify slack-format outgoing webhook docs. 2018-11-08 22:13:15 -08:00
real-time-events.md api docs: Stop mentioning "dev servers" in JS code examples. 2019-01-07 09:14:25 -08:00
register-queue.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
remove-linkifiers.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
remove-subscriptions.md api: Fix typo in URL for remove-subscriptions. 2019-07-21 18:41:29 -07:00
render-message.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
rest-error-handling.md api docs: Make minor copyediting changes. 2018-09-25 20:48:12 -07:00
rest.md api_docs: Suggest using call_endpoint for undocumented endpoints. 2019-01-22 07:37:56 -08:00
running-bots.md api docs: Update running-bots. 2018-10-20 13:31:19 -07:00
send-message.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
server-settings.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
sidebar_index.md api docs: Rename webhook-walkthrough to incoming-webhooks-walkthrough. 2018-10-16 21:07:00 -07:00
typing.md api_docs: Detect missing arguments in curl examples. 2019-05-28 16:53:48 -07:00
update-message-flags.md api docs: Fix typo in name of has_alert_word message flag. 2019-06-27 11:55:15 -07:00
update-message.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
update-notification-settings.md api docs: Document PATCH /settings/notifications. 2019-06-24 18:42:44 -07:00
update-stream.md api_docs: Add documentation for update_stream. 2019-06-28 16:26:06 -07:00
update-subscription-properties.md api: Update documentation of subscription properties endpoint. 2019-06-06 12:05:49 -07:00
update-user-group.md api_docs: Add documentation for update_user_group. 2019-06-28 16:33:54 -07:00
upload-custom-emoji.md openapi: Standardize URL format to use {var_name} syntax. 2019-07-11 11:01:40 -07:00
upload-file.md api docs: Document the custom emoji upload endpoint. 2018-12-14 14:19:28 -08:00
writing-bots.md api docs: Update link to a currently running requestbin site. 2019-08-08 11:04:16 -07:00