From 0fefbdd5b3d3f4e8e58bd8f789cdaaf3ebacc48a Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 20 May 2024 13:57:41 +0200 Subject: [PATCH] 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. --- zerver/openapi/zulip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 368c336e9e..40cc5e1275 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -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.