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: |
|
description: |
|
||||||
Event sent to all users in a Zulip organization when
|
Event sent to all users in a Zulip organization when
|
||||||
a [custom emoji](/help/add-custom-emoji) has been updated,
|
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:
|
properties:
|
||||||
id:
|
id:
|
||||||
$ref: "#/components/schemas/EventIdSchema"
|
$ref: "#/components/schemas/EventIdSchema"
|
||||||
|
|
Loading…
Reference in New Issue