zulip/templates/zerver/api
rebtung f7fbe3419f api: Improve consistency of reactions API.
Previously, the message and event APIs represented the user differently
for the same reaction data. To make this more consistent, I added a
user_id field to the reaction dict for both messages and events. I
updated the front end to use the user_id field rather than the user
dict. Lastly, I updated front end and back end tests that used user
info.

I primarily tested this by running my local Zulip build and
adding/removing reactions from messages.

Fixes #12049.
2020-04-26 10:35:55 -07:00
..
add-emoji-reaction.md api: Document POST ../messages/{message_id}/reactions endpoint. 2020-03-08 19:04:15 -07:00
add-linkifiers.md docs: Make add-linkifiers use curl example system. 2019-10-15 15:53:03 -07:00
add-subscriptions.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
api-keys.md api docs: Update api-keys. 2018-09-25 21:02:58 -07:00
client-libraries.md docs: Add top level page for language bindings. 2019-11-22 04:33:18 -08:00
configuring-python-bindings.md api docs: Make minor copyediting changes. 2018-09-25 20:48:12 -07:00
construct-narrow.md docs: Further expand documentation on using IDs in narrows. 2019-09-16 17:17:03 -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 docs: Make create-user-group use curl example system. 2019-10-15 15:53:03 -07:00
create-user.md docs: Make create-user use curl example system. 2019-10-15 15:53:02 -07:00
deactivate-user.md api: Document DELETE ../users/{user_id} endpoint. 2020-02-15 23:08:13 -08:00
delete-message.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
delete-queue.md docs: Make delete-queue use curl example system. 2019-10-15 15:53:03 -07:00
delete-stream.md docs: Make delete-stream use curl example system. 2019-10-15 15:40:44 -07:00
delete-user-group.md docs: Make delete-user-group use curl example system. 2019-10-15 15:53:03 -07:00
deploying-bots.md docs/botserver: Document running custom bot modules. 2019-09-03 13:28:01 -07:00
dev-fetch-api-key.md docs: Make dev-fetch-api-key use curl example system. 2019-10-15 15:53:03 -07:00
get-all-streams.md docs: Make get-all-streams use curl example system. 2019-10-15 15:40:44 -07:00
get-all-users.md api docs: Update GET /users to properly discuss bot_owner_id. 2020-04-18 15:30:28 -07:00
get-events-from-queue.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
get-message-history.md docs: Make get-message-history use curl example system. 2019-10-15 15:40:44 -07:00
get-messages.md api: Improve consistency of reactions API. 2020-04-26 10:35:55 -07:00
get-org-emoji.md docs: Make get-org-emoji use curl example system. 2019-10-15 15:53:03 -07:00
get-presence.md docs: Update the response schema of get-presence. 2019-10-15 15:53:03 -07:00
get-profile.md docs: Make get-profile use curl example system. 2019-10-15 15:40:44 -07:00
get-raw-message.md docs: Make get-raw-message use curl example system. 2019-10-15 15:40:44 -07:00
get-stream-id.md docs: Make get-stream-id use curl example system. 2019-10-15 15:40:44 -07:00
get-stream-topics.md docs: Make get-stream-topics use curl example system. 2019-10-15 15:40:44 -07:00
get-subscribed-streams.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
get-user-groups.md docs: Make get-user-groups use curl example system. 2019-10-15 15:53:03 -07:00
get-user.md api docs: Update GET /users to properly discuss bot_owner_id. 2020-04-18 15:30:28 -07:00
incoming-webhooks-overview.md text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
incoming-webhooks-walkthrough.md bots: Allow incoming webhook bots to be configured via /bots. 2019-08-20 17:00:48 -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 link to client libraries. 2019-11-22 11:08:44 -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 docs: Make list-linkifiers use curl example system. 2019-10-15 15:53:03 -07:00
mark-as-read-bulk.md docs: Make mark-as-read-bulk use curl example system. 2019-10-15 15:40:44 -07:00
missing.md
mute-topics.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -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_docs: Migrate POST /zulip-outgoing-webhook. 2020-04-02 14:55:32 -07:00
real-time-events.md api docs: Migrate REAL-TIME /events to OpenAPI. 2020-03-27 17:43:35 -07:00
register-queue.md docs: Make register-queue use curl example system. 2019-10-15 15:53:03 -07:00
remove-emoji-reaction.md api: Document DELETE ../messages/{message_id}/reactions endpoint. 2020-03-08 19:12:45 -07:00
remove-linkifiers.md docs: Make remove-linkifiers use curl example system. 2019-10-15 15:53:03 -07:00
remove-subscriptions.md docs: Make remove-subscriptions use curl example system. 2019-10-15 15:40:44 -07:00
render-message.md docs: Make render-message use curl example system. 2019-10-15 15:53:03 -07:00
rest-error-handling.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
rest.md docs: Add top level page for language bindings. 2019-11-22 04:33:18 -08:00
running-bots.md api: Document using `pip3 install` for zulip_bots(erver). 2019-08-23 15:51:06 -07:00
send-message.md openapi: Use serialized response codes instead of descriptive ones. 2020-04-17 11:49:58 -07:00
server-settings.md api: Add a monotonic integer "feature level" for non-webapp clients. 2020-04-21 13:37:57 -07:00
sidebar_index.md docs: Add top level page for language bindings. 2019-11-22 04:33:18 -08:00
typing.md docs: Recommend user_id instead of email in typing javascript example. 2020-03-06 11:39:43 -08:00
update-message-flags.md docs: Make update-message-flags use curl example system. 2019-10-15 15:40:44 -07:00
update-message.md message_edit: Add backend for moving a topic to another stream. 2020-04-07 14:19:19 -07:00
update-notification-settings.md docs: Make update-notification-settings use curl example system. 2019-10-21 17:10:35 +05:30
update-stream.md settings: Migrate to stream_post_policy structure. 2020-02-04 17:08:08 -08:00
update-subscription-properties.md docs: Make update-subscription-properties use curl example system. 2019-10-15 15:40:44 -07:00
update-user-group.md docs: Make update-user-group use curl example system. 2019-10-15 15:53:03 -07:00
update-user.md api: Document PATCH ../users/{user_id} endpoint. 2020-02-15 23:08:13 -08:00
upload-custom-emoji.md docs: Make upload-custom-emoji use curl example system. 2019-10-18 13:45:30 -07:00
upload-file.md docs: Explain link sharing in /api/upload-file. 2019-12-02 12:01:46 -08:00
writing-bots.md docs: remove duplicate "make" in "Writing Bots". 2019-08-21 14:36:08 -07:00