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.
This commit is contained in:
Lauryn Menard 2024-05-20 13:56:24 +02:00 committed by Tim Abbott
parent 9717aeea43
commit 66f93cf9d3
1 changed files with 2 additions and 2 deletions

View File

@ -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}: