periods
This commit is contained in:
parent
0ee2cf6286
commit
b8608495e9
1 changed files with 4 additions and 4 deletions
|
@ -34,22 +34,22 @@ allOf:
|
|||
example: "m.device_list_update"
|
||||
content:
|
||||
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
|
||||
properties:
|
||||
user_id:
|
||||
type: string
|
||||
description: The user ID who owns this device
|
||||
description: The user ID who owns this device.
|
||||
example: "@john:example.com"
|
||||
device_id:
|
||||
type: string
|
||||
description: The ID of the device whose details are changing
|
||||
description: The ID of the device whose details are changing.
|
||||
example: "QBUAZIFURK"
|
||||
device_display_name:
|
||||
type: string
|
||||
description: |-
|
||||
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"
|
||||
stream_id:
|
||||
type: integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue