fix: clarify versions should be a list

This commit is contained in:
JustTemmie 2025-04-28 22:30:33 +02:00
parent 9cdc0eb724
commit c8ba206e92

View file

@ -19,7 +19,7 @@ No request parameters or request body.
|Name|Type|Description| |Name|Type|Description|
|-|-|-| |-|-|-|
|unstable_features|string:bool|Unstable features that are supported by the server. Features not listed here indicate that a feature isn't supported.| |unstable_features|string:bool|Unstable features that are supported by the server. Features not listed here indicate that a feature isn't supported.|
|versions|[string]|**Required**: The supported protocol versions |versions|list[string]|**Required**: The supported protocol versions
```json ```json
{ {