From bb515d15a40470fc2c9a9290428b8fcf675ec0c1 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 27 Aug 2018 18:55:54 -0600 Subject: [PATCH] Clarify which collation to use for user directory searching --- api/client-server/users.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/client-server/users.yaml b/api/client-server/users.yaml index ef527a23..619263ff 100644 --- a/api/client-server/users.yaml +++ b/api/client-server/users.yaml @@ -37,7 +37,8 @@ paths: room with and those who reside in public rooms. The search is performed case-insensitively on user IDs and display - names. + names preferably using a collation determined based upon the + ``Accept-Language`` header provided in the request, if present. operationId: searchUserDirectory security: - accessToken: []