From 8c8c24b2a90953065d0ac7ca1746766b01a28be7 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:38:14 +0200 Subject: [PATCH] fix: communicate that the versions api's unstable_features is a dict --- API/client-server/versions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API/client-server/versions.md b/API/client-server/versions.md index 7b24694..0d8ea42 100644 --- a/API/client-server/versions.md +++ b/API/client-server/versions.md @@ -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