fix: unstable_features shouldn't be required

This commit is contained in:
JustTemmie 2025-04-28 22:14:01 +02:00
parent e2e4e932d6
commit 6d1e63be6a

View file

@ -18,7 +18,7 @@ No request parameters or request body.
|Name|Type|Description|
|-|-|-|
|unstable_features|string:bool|**Required**: 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
```json