mirror of https://github.com/zulip/zulip.git
api docs: Clarify realm_emoji update event returns all custom emoji.
This commit is contained in:
parent
fafbccfcd4
commit
3cad47bf4c
|
@ -2379,7 +2379,9 @@ paths:
|
|||
description: |
|
||||
Event sent to all users in a Zulip organization when
|
||||
a [custom emoji](/help/add-custom-emoji) has been updated,
|
||||
typically when it has been deactivated.
|
||||
typically when it has been deactivated. The event contains
|
||||
all custom emoji known to the server, not just the updated
|
||||
emoji.
|
||||
properties:
|
||||
id:
|
||||
$ref: "#/components/schemas/EventIdSchema"
|
||||
|
|
Loading…
Reference in New Issue