From 66f93cf9d301ea4402dceec6638ab36ca46bf231 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 20 May 2024 13:56:24 +0200 Subject: [PATCH] api-docs: Update /users/{user_id}/subscriptions/{stream_id} for channel. Updates the API doc for /users/{user_id}/subscriptions/{stream_id} endpoint to use channel in descriptions instead of stream. Part of the stream to channel rename project. --- zerver/openapi/zulip.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index c4841ad4b8..368c336e9e 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -10239,7 +10239,7 @@ paths: summary: Get subscription status tags: ["streams"] description: | - Check whether a user is subscribed to a stream. + Check whether a user is subscribed to a channel. **Changes**: New in Zulip 3.0 (feature level 12). parameters: @@ -10261,7 +10261,7 @@ paths: is_subscribed: type: boolean description: | - Whether the user is subscribed to the stream. + Whether the user is subscribed to the channel. example: {"msg": "", "result": "success", "is_subscribed": false} /realm/emoji/{emoji_name}: