mirror of https://github.com/zulip/zulip.git
api-docs: Clarify topic parameter for create-or-edit-scheduled-message.
This commit is contained in:
parent
a31ff01211
commit
b5c4064b7b
|
@ -5211,7 +5211,7 @@ paths:
|
||||||
in: query
|
in: query
|
||||||
description: |
|
description: |
|
||||||
The topic of the message. Only required for stream messages
|
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
|
Clients should use the `max_topic_length` returned by the
|
||||||
[`POST /register`](/api/register-queue) endpoint to determine
|
[`POST /register`](/api/register-queue) endpoint to determine
|
||||||
|
@ -5844,7 +5844,7 @@ paths:
|
||||||
|
|
||||||
Clients should use the `max_topic_length` returned by the
|
Clients should use the `max_topic_length` returned by the
|
||||||
[`POST /register`](/api/register-queue) endpoint to determine
|
[`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
|
**Changes**: New in Zulip 2.0.0. Previous Zulip releases encoded
|
||||||
this as `subject`, which is currently a deprecated alias.
|
this as `subject`, which is currently a deprecated alias.
|
||||||
|
|
Loading…
Reference in New Issue