فهرست منبع

fix lint error

Shun Miyazawa 10 ماه پیش
والد
کامیت
976ff74606
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      apps/app/src/server/routes/apiv3/personal-setting/index.js

+ 2 - 0
apps/app/src/server/routes/apiv3/personal-setting/index.js

@@ -497,6 +497,8 @@ module.exports = (crowi) => {
    *                   scope:
    *                   scope:
    *                     type: array
    *                     type: array
    *                     description: scope of access token
    *                     description: scope of access token
+   *                     items:
+   *                      type: string
    */
    */
   router.post('/access-token', accessTokenParser([SCOPE.WRITE.USER_SETTINGS.API.ACCESS_TOKEN]), generateAccessTokenHandlerFactory(crowi));
   router.post('/access-token', accessTokenParser([SCOPE.WRITE.USER_SETTINGS.API.ACCESS_TOKEN]), generateAccessTokenHandlerFactory(crowi));