Skip to content

Commit

Permalink
Remove leftover {key_id} from /_matrix/key/v2/server/ (#1473)
Browse files Browse the repository at this point in the history
The parameter was removed in v1.6 (specifically in
9e45037)
  • Loading branch information
progval committed Mar 24, 2023
1 parent d26794e commit a847ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/server_server/newsfragments/1473.clarification
@@ -0,0 +1 @@
* Remove leftover `{key_id}` from `/_matrix/key/v2/server/`
2 changes: 1 addition & 1 deletion content/server-server-api.md
Expand Up @@ -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.
Expand Down

0 comments on commit a847ee3

Please sign in to comment.