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:
Val Lorentz 2023-03-24 14:17:19 +01:00 committed by GitHub
parent d26794ee90
commit a847ee3b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -227,7 +227,7 @@ keys returned by a given notary server by querying other servers.
#### Publishing Keys
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
homeserver and for signing events. It contains a list of
`old_verify_keys` which are only valid for signing events.