From b5c4064b7b05d9be7ba4aa1b9f0b82ffad149d3b Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 2 May 2023 20:38:51 +0200 Subject: [PATCH] api-docs: Clarify topic parameter for create-or-edit-scheduled-message. --- zerver/openapi/zulip.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index f7096d6031..fde74fa27e 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -5211,7 +5211,7 @@ paths: in: query description: | The topic of the message. Only required for stream messages - (`type="stream"`). + (`type="stream"`), ignored otherwise. Clients should use the `max_topic_length` returned by the [`POST /register`](/api/register-queue) endpoint to determine @@ -5844,7 +5844,7 @@ paths: Clients should use the `max_topic_length` returned by the [`POST /register`](/api/register-queue) endpoint to determine - the maximum topic length + the maximum topic length. **Changes**: New in Zulip 2.0.0. Previous Zulip releases encoded this as `subject`, which is currently a deprecated alias.