From 9d060b6a9a281d4e6ae98ec5731717ac5d236457 Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Fri, 13 Jan 2023 14:33:56 +0100 Subject: [PATCH] regenerated openapi.yaml --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 8601430..7c4cc49 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -46,7 +46,7 @@ paths: - Chat summary: Get all messages description: | - Returns an array of objects representing chat messages, ordered from the oldest to the newest. + Returns an array of objects representing chat messages, ordered from the newest to the oldest. Each message must have a **text** and **timestamp**, and optionally may have an **author**, a **text color** and a **background color**. It is possible to use [MarkDown](https://www.markdownguide.org/) in descriptions. @@ -100,7 +100,7 @@ paths: - Chat summary: Paged messages description: | - Returns a page of chat messages. + Returns a page of chat messages. Messages are ordered from the newest to the oldest. The parameter `page` specifies zero-based index of the requested page, and the parameter `size` specifies the size of the page. operationId: paged