Compare commits

..

1 commit

Author SHA1 Message Date
Hugh Nimmo-Smith ec419acb9c
Merge bf08e68af7 into d968774fb7 2025-09-24 15:29:30 +02:00

View file

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