mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-30 07:54:09 +02:00
Use more accessible terminology than "glob"
This commit is contained in:
parent
013502b0c0
commit
9889fe3584
|
|
@ -100,7 +100,9 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
allowed:
|
allowed:
|
||||||
type: array
|
type: array
|
||||||
description: List of allowed custom profile field keys, supporting `glob.*` wildcard format. Takes precedence over disallowed if both are provided.
|
description: List of allowed additional custom profile field keys. A `*` can be used as a
|
||||||
|
wildcard to match any sequence of characters. This list takes precedence over the
|
||||||
|
disallowed list if both are provided.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
example:
|
example:
|
||||||
|
|
@ -108,7 +110,8 @@ paths:
|
||||||
- "org.example/job_title"
|
- "org.example/job_title"
|
||||||
disallowed:
|
disallowed:
|
||||||
type: array
|
type: array
|
||||||
description: List of disallowed custom profile field keys, supporting `glob.*` wildcard format. Ignored if allowed is provided.
|
description: List of disallowed additional custom profile field keys. A `*` can be used as
|
||||||
|
a wildcard to match any sequence of characters. Ignored if an allowed list is provided.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
example:
|
example:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue