api-docs: Update DELETE /realm/emoji/{emoji_name} for channel.

Updates the API doc for DELETE /realm/emoji/{emoji_name}
endpoint to use channel in descriptions instead of stream.

Part of the stream to channel rename project.
This commit is contained in:
Lauryn Menard 2024-05-20 13:57:41 +02:00 committed by Tim Abbott
parent 66f93cf9d3
commit 0fefbdd5b3

View File

@ -10323,7 +10323,7 @@ paths:
organization administrators, who can deactivate any custom emoji.
Note that deactivated emoji will still be visible in old messages, reactions,
user statuses and stream descriptions.
user statuses and channel descriptions.
**Changes**: Before Zulip 8.0 (feature level 190), this endpoint returned an
HTTP status code of 400 when the emoji did not exist, instead of 404.