Clarify which collation to use for user directory searching

This commit is contained in:
Travis Ralston 2018-08-27 18:55:54 -06:00
parent e926b4a840
commit bb515d15a4

View file

@ -37,7 +37,8 @@ paths:
room with and those who reside in public rooms. room with and those who reside in public rooms.
The search is performed case-insensitively on user IDs and display 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 operationId: searchUserDirectory
security: security:
- accessToken: [] - accessToken: []