fix: communicate that the versions api's unstable_features is a dict

This commit is contained in:
JustTemmie 2025-04-28 23:38:14 +02:00
parent 42fca503d8
commit 8c8c24b2a9

View file

@ -16,9 +16,9 @@ No request parameters or request body.
### 200 response
| 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. |
| Name | Type | Description |
|-------------------|-------------------|-----------------------------------------------------------------------------------------------------------------------|
| unstable_features | dict[string:bool] | Unstable features that are supported by the server. Features not listed here indicate that a feature isn't supported. |
|versions|list[string]|**Required**: The supported protocol versions
```json