mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-06 11:44:10 +01:00
Update data/api/client-server/profile.yaml
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
4bb5ae85ae
commit
947cc30046
|
|
@ -164,12 +164,9 @@ paths:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
description: If a value is stored for `keyName`, the JSON response
|
description: |
|
||||||
includes a property whose key matches the `keyName` specified
|
An object with one property, whose key matches the `keyName` specified
|
||||||
in the URL. For `avatar_url`, the value will be an MXC URI string.
|
in the URL, and whose value is the current setting of that profile field.
|
||||||
For `displayname`, the value will be a string. For custom keys, any
|
|
||||||
JSON type is possible - clients should expect the format defined
|
|
||||||
for that key.
|
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
examples:
|
examples:
|
||||||
response:
|
response:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue