merge profiles with user directory into user data, also fix typo

pull/1096/head
Michael Telatynski 7 years ago
parent 605510e965
commit 3d8fe6e090
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E

@ -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.

@ -1336,14 +1336,17 @@ Listing rooms
{{list_public_rooms_cs_http_api}}
Users
-----
User Data
---------
User Directory
~~~~~~~~~~~~~~
{{users_cs_http_api}}
Profiles
--------
~~~~~~~~
{{profile_cs_http_api}}

Loading…
Cancel
Save