mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-23 06:23:43 +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
6dba7990de
commit
88697f7fd9
|
|
@ -122,11 +122,12 @@ paths:
|
|||
- "org.example.job_title"
|
||||
disallowed:
|
||||
type: array
|
||||
description: If `enabled` is `true`, a list of profile fields that clients are _not_ allowed to
|
||||
create, modify or delete. Clients SHOULD assume all fields not in this list to be unmanaged
|
||||
and available for their use.
|
||||
description: |
|
||||
This property has no meaning if `allowed` is also specified.
|
||||
|
||||
Only one of `allowed` and `disallowed` is permitted at the same time.
|
||||
Otherwise, if present, a list of profile fields that clients are _not_ allowed to create, modify or delete.
|
||||
Provided `enabled` is `true`, clients MAY assume that they can set any profile field which is not
|
||||
included in this list.
|
||||
items:
|
||||
type: string
|
||||
example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue