From b8a91278f6ae788883fcd05f85f45fd2e7cece8b Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Sun, 19 May 2024 20:45:35 +0200 Subject: [PATCH] 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. --- zerver/openapi/zulip.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 66e003d176..f87c38f5bd 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -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: