This commit is contained in:
Matthew Hodgson 2018-09-01 02:51:24 +01:00
parent 0ee2cf6286
commit b8608495e9

View file

@ -34,22 +34,22 @@ allOf:
example: "m.device_list_update" example: "m.device_list_update"
content: content:
type: object type: object
description: The description of the device whose details has changed description: The description of the device whose details has changed.
title: Device List Update title: Device List Update
properties: properties:
user_id: user_id:
type: string type: string
description: The user ID who owns this device description: The user ID who owns this device.
example: "@john:example.com" example: "@john:example.com"
device_id: device_id:
type: string type: string
description: The ID of the device whose details are changing description: The ID of the device whose details are changing.
example: "QBUAZIFURK" example: "QBUAZIFURK"
device_display_name: device_display_name:
type: string type: string
description: |- description: |-
The public human-readable name of this device. Will be absent The public human-readable name of this device. Will be absent
if the device has no name if the device has no name.
example: "Mobile" example: "Mobile"
stream_id: stream_id:
type: integer type: integer