From bc421afa25630e7fc6e400b6faa5f23b69fb9752 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Sun, 19 May 2024 21:29:03 +0200 Subject: [PATCH] api-docs: Update GET /messages/matches_narrow for channel. Updates the API doc for GET /messages/matches_narrow 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 5ed6633be8..80814b7cea 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -7513,7 +7513,7 @@ paths: [construct a narrow](/api/construct-narrow). **Changes**: In Zulip 9.0 (feature level 250), narrows gained support - for two new filters related to stream messages: `channel` and `channels`; + for two new filters related to channel messages: `channel` and `channels`; which are aliases for (and return the same results as) the `stream` and `streams` filters respectively.