Shun Miyazawa před 10 měsíci
rodič
revize
7aa7dba6a1

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

@@ -495,7 +495,7 @@ module.exports = (crowi) => {
    *                     type: string
    *                     type: string
    *                     description: description of access token
    *                     description: description of access token
    *                   scope:
    *                   scope:
-   *                     type: string[]
+   *                     type: array
    *                     description: scope of access token
    *                     description: scope of access token
    */
    */
   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));