mirror of https://github.com/zulip/zulip.git
api-docs: Update topics array description in get-stream-topics response.
This commit is contained in:
parent
8c6d61f4a6
commit
cabe0b2e05
|
@ -9508,7 +9508,9 @@ paths:
|
|||
topics:
|
||||
type: array
|
||||
description: |
|
||||
An array of `topic` objects.
|
||||
An array of objects with information about user-accessible
|
||||
topics in the specified channel, sorted by recency (i.e.,
|
||||
the topic with the most recent message is ordered first).
|
||||
items:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
|
|
Loading…
Reference in New Issue