mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-31 13:08:38 +01:00
/keys/query: Add a title in the response
The device keys structure in queryKeys is not the same as the one defined in device_keys.yaml (it adds things on top of it). Signed-off-by: Alexey Rusakov <Alexey.Rusakov@pm.me>
This commit is contained in:
parent
77783b8fc3
commit
ff59fc1905
|
|
@ -196,6 +196,7 @@ paths:
|
|||
additionalProperties:
|
||||
type: object
|
||||
additionalProperties:
|
||||
title: DeviceInformation
|
||||
allOf:
|
||||
- $ref: definitions/device_keys.yaml
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue