`/_matrix/federation/v1/user/devices/{userId}`: Rename `self_signing_keys` to `self_signing_key` (#3312)

Apparently, in response to a /_matrix/federation/v1/user/devices/{userId} request, Synapse actually returns a key called "self_signing_key" instead of "self_signing_keys".
pull/977/head
Neil Alexander 3 years ago committed by Richard van der Hoff
parent f31adf19ce
commit af0ebc7414

@ -0,0 +1 @@
Correct the `/_matrix/federation/v1/user/devices/{userId}` response which actually returns `"self_signing_key"` instead of `"self_signing_keys"`.

@ -96,7 +96,7 @@ paths:
"ed25519:base64+master+public+key": "base64+master+public+key",
}
}
self_signing_keys:
self_signing_key:
type: object
description: |-
The user\'s self-signing key.

Loading…
Cancel
Save