mirror of https://github.com/zulip/zulip.git
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:
parent
9717aeea43
commit
66f93cf9d3
|
@ -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}:
|
||||
|
|
Loading…
Reference in New Issue