Update data/api/client-server/profile.yaml

Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Tom Foster 2025-07-31 14:08:13 +01:00 committed by GitHub
parent 569c8aafa3
commit 5a082635f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,12 +156,13 @@ paths:
schema:
type: object
minProperties: 1
additionalProperties:
description: The JSON response includes a property whose key
matches the `keyName` specified in the URL. For `avatar_url`,
the value will be an MXC URI string. 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.
description: If a value is stored for `keyName`, the JSON response
includes a property whose key matches the `keyName` specified
in the URL. For `avatar_url`, the value will be an MXC URI string.
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
examples:
response:
value: { "displayname": "Alice" }