mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
/_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".
This commit is contained in:
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",
|
"ed25519:base64+master+public+key": "base64+master+public+key",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self_signing_keys:
|
self_signing_key:
|
||||||
type: object
|
type: object
|
||||||
description: |-
|
description: |-
|
||||||
The user\'s self-signing key.
|
The user\'s self-signing key.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue