mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-10 13:34:09 +01:00
Update data/api/client-server/capabilities.yaml
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
947cc30046
commit
187aeb07a3
|
|
@ -112,9 +112,12 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
allowed:
|
allowed:
|
||||||
type: array
|
type: array
|
||||||
description: List of allowed additional custom profile field keys. A `*` can be used as a
|
description: |
|
||||||
wildcard to match any sequence of characters. This list takes precedence over the
|
If present, a list of profile fields that clients are allowed to create, modify or delete,
|
||||||
disallowed list if both are provided.
|
provided `enabled` is `true`; no other profile fields may be changed.
|
||||||
|
|
||||||
|
If absent, clients may set all profile fields except those forbidden by the `disallowed`
|
||||||
|
list, where present.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
example:
|
example:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue