api-docs: Update topics array description in get-stream-topics response.

This commit is contained in:
Lauryn Menard 2024-08-14 15:48:26 +02:00 committed by Tim Abbott
parent 8c6d61f4a6
commit cabe0b2e05
1 changed files with 3 additions and 1 deletions

View File

@ -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