Sfoglia il codice sorgente

Merge pull request #3235 from weseek/imprv/gc59889-add-comments-of-extarnal-specification

added an URL about the user API specification
Kaori Tokashiki 5 anni fa
parent
commit
2424cf2d81
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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,
       [sort]: (sortOrder === 'desc') ? -1 : 1,
     };
     };
 
 
+    //  For more information about the external specification of the User API, see here (https://dev.growi.org/5fd7466a31d89500488248e3)
+
     const orConditions = [
     const orConditions = [
       { name: { $in: searchWord } },
       { name: { $in: searchWord } },
       { username: { $in: searchWord } },
       { username: { $in: searchWord } },