mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-23 03:04:09 +02:00
Update data/api/client-server/profile.yaml
Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
0a87d1b0a1
commit
4408198e49
|
|
@ -26,9 +26,9 @@ paths:
|
||||||
access token authorised to make changes. Servers MAY impose size limits
|
access token authorised to make changes. Servers MAY impose size limits
|
||||||
on individual fields, and the total profile MUST be under 64 KiB.
|
on individual fields, and the total profile MUST be under 64 KiB.
|
||||||
|
|
||||||
**Note**: Setting a field to `null` keeps the key but with a `null` value,
|
Servers MAY reject `null` values. Servers that accept `null` values SHOULD store
|
||||||
which some servers may reject. To remove a field completely, use the
|
them rather than treating `null` as a deletion request. Clients that want to delete a
|
||||||
`DELETE` endpoint instead.
|
field, including its key and value, SHOULD use the `DELETE` endpoint instead.
|
||||||
operationId: setProfileField
|
operationId: setProfileField
|
||||||
security:
|
security:
|
||||||
- accessTokenQuery: []
|
- accessTokenQuery: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue