From cabe0b2e0506a3d33cd0328f29089c53ba509124 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Wed, 14 Aug 2024 15:48:26 +0200 Subject: [PATCH] api-docs: Update topics array description in get-stream-topics response. --- zerver/openapi/zulip.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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