mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Remove leftover {key_id} from /_matrix/key/v2/server/ (#1473)
The parameter was removed in v1.6 (specifically in
9e45037129)
This commit is contained in:
parent
d26794ee90
commit
a847ee3b57
|
|
@ -0,0 +1 @@
|
||||||
|
* Remove leftover `{key_id}` from `/_matrix/key/v2/server/`
|
||||||
|
|
@ -227,7 +227,7 @@ keys returned by a given notary server by querying other servers.
|
||||||
#### Publishing Keys
|
#### Publishing Keys
|
||||||
|
|
||||||
Homeservers publish their signing keys in a JSON object at
|
Homeservers publish their signing keys in a JSON object at
|
||||||
`/_matrix/key/v2/server/{key_id}`. The response contains a list of
|
`/_matrix/key/v2/server`. The response contains a list of
|
||||||
`verify_keys` that are valid for signing federation requests made by the
|
`verify_keys` that are valid for signing federation requests made by the
|
||||||
homeserver and for signing events. It contains a list of
|
homeserver and for signing events. It contains a list of
|
||||||
`old_verify_keys` which are only valid for signing events.
|
`old_verify_keys` which are only valid for signing events.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue