mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Compare commits
1 commit
f036cc1b6f
...
ec419acb9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec419acb9c |
|
|
@ -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`. Clients SHOULD check the value of the
|
depending on the `keyName`.
|
||||||
[`m.profile_fields` capability](/client-server-api/#mprofile_fields-capability) to detect
|
For the `displayname` key, clients SHOULD check the value of the [`m.set_displayname` capability](/client-server-api/#mset_displayname-capability).
|
||||||
which `keyName`s they are allowed to modify.
|
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
|
operationId: setProfileField
|
||||||
security:
|
security:
|
||||||
- accessTokenQuery: []
|
- accessTokenQuery: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue