diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index c2987e7070..76e2fc2f53 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -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