zahmis 5 лет назад
Родитель
Сommit
a65cfd1d1e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/server/routes/apiv3/slack-bot-setting.js

+ 1 - 1
src/server/routes/apiv3/slack-bot-setting.js

@@ -88,7 +88,7 @@ module.exports = (crowi) => {
    *                $ref: '#/components/schemas/CustomBot
    *        responses:
    *          200:
-   *            description: Succeeded to get SigningSecret and SlackBotToken.
+   *            description: Succeeded to put SigningSecret and SlackBotToken.
    */
   router.put('/custom-bot-setting',
     accessTokenParser, loginRequiredStrictly, adminRequired, csrf, validator.CusotmBotSettings, apiV3FormValidator, async(req, res) => {