mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
api-docs: Update descriptions in /mark_stream_as_read for channel.
Updates the API documentation for the /mark_stream_as_read endpoint to use channel in descriptions instead of stream. Part of the stream to channel rename project.
This commit is contained in:
committed by
Tim Abbott
parent
030863a585
commit
b8a91278f6
@@ -5202,10 +5202,10 @@ paths:
|
||||
post:
|
||||
deprecated: true
|
||||
operationId: mark-stream-as-read
|
||||
summary: Mark messages in a stream as read
|
||||
summary: Mark messages in a channel as read
|
||||
tags: ["messages"]
|
||||
description: |
|
||||
Mark all the unread messages in a stream as read.
|
||||
Mark all the unread messages in a channel as read.
|
||||
|
||||
**Changes**: Deprecated; clients should use the [update personal message
|
||||
flags for narrow](/api/update-message-flags-for-narrow) endpoint instead
|
||||
@@ -5219,7 +5219,7 @@ paths:
|
||||
properties:
|
||||
stream_id:
|
||||
description: |
|
||||
The ID of the stream to access.
|
||||
The ID of the channel to access.
|
||||
type: integer
|
||||
example: 43
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user