From ff49567c167503dc4f18127e701da26dbde22c20 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Sun, 19 May 2024 20:46:22 +0200 Subject: [PATCH] api-docs: Update descriptions in /mark_topic_as_read for channel. Updates the API documentation for the /mark_topic_as_read endpoint to use channel in descriptions instead of stream. Part of the stream to channel rename project. --- zerver/openapi/zulip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index f87c38f5bd..830d1d3b4f 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -5251,7 +5251,7 @@ paths: properties: stream_id: description: | - The ID of the stream to access. + The ID of the channel to access. type: integer example: 43 topic_name: