From 9889fe3584aa0b13c980eaea58b474873645476d Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Thu, 20 Feb 2025 16:40:07 +0000 Subject: [PATCH] Use more accessible terminology than "glob" --- data/api/client-server/capabilities.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/capabilities.yaml b/data/api/client-server/capabilities.yaml index 0dc983b8..aa69ef58 100644 --- a/data/api/client-server/capabilities.yaml +++ b/data/api/client-server/capabilities.yaml @@ -100,7 +100,9 @@ paths: properties: allowed: 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: type: string example: @@ -108,7 +110,8 @@ paths: - "org.example/job_title" disallowed: 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: type: string example: