merge profiles with user directory into user data, also fix typo
This commit is contained in:
parent
605510e965
commit
3d8fe6e090
2 changed files with 10 additions and 4 deletions
|
@ -75,17 +75,20 @@ paths:
|
|||
items:
|
||||
title: User
|
||||
type: object
|
||||
require: ["user_id"]
|
||||
required: ["user_id"]
|
||||
properties:
|
||||
user_id:
|
||||
type: string
|
||||
example: "@foo:bar.com"
|
||||
description: The MXID of the user.
|
||||
display_name:
|
||||
type: string
|
||||
example: "Foo"
|
||||
description: The display name of the user, if one exists.
|
||||
avatar_url:
|
||||
type: string
|
||||
example: "mxc://bar.com/foo"
|
||||
description: The avatar url, as an MXC, if one exists.
|
||||
limited:
|
||||
type: boolean
|
||||
description: Indicates if the result list has been truncated by the limit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue