Remove keyId
from the server keys endpoints (#1350)
* Remove keyId from the server keys endpoints It has been deprecated forever. Besides, the OpenAPI 3 spec doesn't allow optional path parameters. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add newsfragment Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Fix broken link Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Mention MSC3938 in newfragment Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
eb2456c7d4
commit
9e45037129
5 changed files with 9 additions and 32 deletions
|
@ -208,11 +208,11 @@ draft](https://github.com/matrix-org/matrix-doc/blob/51faf8ed2e4a63d4cfd6d231836
|
|||
{{% /boxes/note %}}
|
||||
|
||||
Each homeserver publishes its public keys under
|
||||
`/_matrix/key/v2/server/{keyId}`. Homeservers query for keys by either
|
||||
getting `/_matrix/key/v2/server/{keyId}` directly or by querying an
|
||||
`/_matrix/key/v2/server`. Homeservers query for keys by either
|
||||
getting `/_matrix/key/v2/server` directly or by querying an
|
||||
intermediate notary server using a
|
||||
`/_matrix/key/v2/query/{serverName}/{keyId}` API. Intermediate notary
|
||||
servers query the `/_matrix/key/v2/server/{keyId}` API on behalf of
|
||||
`/_matrix/key/v2/query/{serverName}` API. Intermediate notary
|
||||
servers query the `/_matrix/key/v2/server` API on behalf of
|
||||
another server and sign the response with their own key. A server may
|
||||
query multiple notary servers to ensure that they all report the same
|
||||
public keys.
|
||||
|
@ -239,7 +239,7 @@ homeserver and for signing events. It contains a list of
|
|||
Servers may query another server's keys through a notary server. The
|
||||
notary server may be another homeserver. The notary server will retrieve
|
||||
keys from the queried servers through use of the
|
||||
`/_matrix/key/v2/server/{keyId}` API. The notary server will
|
||||
`/_matrix/key/v2/server` API. The notary server will
|
||||
additionally sign the response from the queried server before returning
|
||||
the results.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue