|
|
@ -34,11 +34,21 @@ paths:
|
|
|
|
which has not yet landed in the spec. For example, a feature currently
|
|
|
|
which has not yet landed in the spec. For example, a feature currently
|
|
|
|
undergoing the proposal process may appear here and eventually be taken
|
|
|
|
undergoing the proposal process may appear here and eventually be taken
|
|
|
|
off this list once the feature lands in the spec and the server deems it
|
|
|
|
off this list once the feature lands in the spec and the server deems it
|
|
|
|
reasonable to do so. Servers may wish to keep advertising features here
|
|
|
|
reasonable to do so. Servers can choose to enable some features only for
|
|
|
|
after they've been released into the spec to give clients a chance to
|
|
|
|
some users, so clients should include authentication in the request to
|
|
|
|
upgrade appropriately. Additionally, clients should avoid using unstable
|
|
|
|
get all the features available for the logged-in user. If no
|
|
|
|
features in their stable releases.
|
|
|
|
authentication is provided, the server should only return the features
|
|
|
|
|
|
|
|
available to all users. Servers may wish to keep advertising features
|
|
|
|
|
|
|
|
here after they've been released into the spec to give clients a chance
|
|
|
|
|
|
|
|
to upgrade appropriately. Additionally, clients should avoid using
|
|
|
|
|
|
|
|
unstable features in their stable releases.
|
|
|
|
operationId: getVersions
|
|
|
|
operationId: getVersions
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
|
|
|
- {}
|
|
|
|
|
|
|
|
- accessToken: []
|
|
|
|
|
|
|
|
x-changedInMatrixVersion:
|
|
|
|
|
|
|
|
"1.10": |
|
|
|
|
|
|
|
|
This endpoint can behave differently when authentication is provided.
|
|
|
|
responses:
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
"200":
|
|
|
|
description: The versions supported by the server.
|
|
|
|
description: The versions supported by the server.
|
|
|
@ -89,3 +99,6 @@ servers:
|
|
|
|
default: localhost:8008
|
|
|
|
default: localhost:8008
|
|
|
|
basePath:
|
|
|
|
basePath:
|
|
|
|
default: /_matrix/client
|
|
|
|
default: /_matrix/client
|
|
|
|
|
|
|
|
components:
|
|
|
|
|
|
|
|
securitySchemes:
|
|
|
|
|
|
|
|
$ref: definitions/security.yaml
|
|
|
|