fix: communicate that the versions api's unstable_features is a dict
This commit is contained in:
parent
42fca503d8
commit
8c8c24b2a9
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ No request parameters or request body.
|
||||||
|
|
||||||
### 200 response
|
### 200 response
|
||||||
|
|
||||||
| 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 | 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
|
|versions|list[string]|**Required**: The supported protocol versions
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue