We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb5ae8 commit 947cc30Copy full SHA for 947cc30
data/api/client-server/profile.yaml
@@ -164,12 +164,9 @@ paths:
164
application/json:
165
schema:
166
type: object
167
- description: If a value is stored for `keyName`, the JSON response
168
- includes a property whose key matches the `keyName` specified
169
- in the URL. For `avatar_url`, the value will be an MXC URI string.
170
- For `displayname`, the value will be a string. For custom keys, any
171
- JSON type is possible - clients should expect the format defined
172
- for that key.
+ description: |
+ An object with one property, whose key matches the `keyName` specified
+ in the URL, and whose value is the current setting of that profile field.
173
additionalProperties: true
174
examples:
175
response:
0 commit comments