Skip to content

Commit

Permalink
regenerated openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kuba committed Jan 13, 2023
1 parent 9299c7e commit 9d060b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d060b6

Please sign in to comment.