Просмотр исходного кода

added an URL about the user API specification

kaori 5 лет назад
Родитель
Сommit
eeb20230de
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/server/routes/apiv3/users.js

+ 2 - 0
src/server/routes/apiv3/users.js

@@ -181,6 +181,8 @@ module.exports = (crowi) => {
       [sort]: (sortOrder === 'desc') ? -1 : 1,
     };
 
+    //  For more information about the external specification of the User API, see here [/資料/外部仕様/ユーザーAPI](https://dev.growi.org/5fd7466a31d89500488248e3)
+
     const orConditions = [
       { name: { $in: searchWord } },
       { username: { $in: searchWord } },