Compare commits

..

2 commits

Author SHA1 Message Date
Hugh Nimmo-Smith f036cc1b6f
Merge 8cb0b3e7f6 into d968774fb7 2025-09-25 09:04:44 +01:00
Hugh Nimmo-Smith 8cb0b3e7f6
Update data/api/client-server/profile.yaml
Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2025-09-25 09:04:41 +01:00

View file

@ -31,9 +31,9 @@ paths:
field, including its key and value, SHOULD use the `DELETE` endpoint instead. field, including its key and value, SHOULD use the `DELETE` endpoint instead.
This endpoint uses [capabilities negotiation](/client-server-api/#capabilities-negotiation) This endpoint uses [capabilities negotiation](/client-server-api/#capabilities-negotiation)
depending on the `keyName`. depending on the `keyName`. Clients SHOULD check the value of the
For the `displayname` key, clients SHOULD check the value of the [`m.set_displayname` capability](/client-server-api/#mset_displayname-capability). [`m.profile_fields` capability](/client-server-api/#mprofile_fields-capability) to detect
For the `avatar_url` key, clients SHOULD check the value of the [`m.set_avatar_url` capability](/client-server-api/#mset_avatar_url-capability). which `keyName`s they are allowed to modify.
operationId: setProfileField operationId: setProfileField
security: security:
- accessTokenQuery: [] - accessTokenQuery: []