Module ruma::api::identity_service::discovery::get_supported_versions
source · Available on crate feature
api
and (crate features identity-service-api-c
or identity-service-api-s
) only.Expand description
GET /_matrix/identity/versions
(spec)
Get the versions of the identity service API supported by this endpoint.
Note: This endpoint was only implemented in/after 1.1, so a 404 could indicate the server only
supports 1.0 endpoints. Please use server_status
to
double-check.
Note: This endpoint does not contain an unstable variant for 1.0.
Structs§
- Request type for the
versions
endpoint. - Response type for the
versions
endpoint.