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

Merge pull request #3741 from weseek/fix/swagger-for-bot-type

fix swagger
Yuki Takei 4 лет назад
Родитель
Сommit
0f8b73c7f4
1 измененных файлов с 1 добавлено и 11 удалено
  1. 1 11
      src/server/routes/apiv3/slack-integration-settings.js

+ 1 - 11
src/server/routes/apiv3/slack-integration-settings.js

@@ -24,18 +24,8 @@ const router = express.Router();
  *
  *  components:
  *    schemas:
- *      CustomBotWithoutProxy:
- *        description: CustomBotWithoutProxy
- *        type: object
- *        properties:
- *          slackSigningSecret:
- *            type: string
- *          slackBotToken:
- *            type: string
- *          currentBotType:
- *            type: string
  *      BotType:
- *        description: CustomBotWithoutProxy
+ *        description: BotType
  *        properties:
  *          currentBotType:
  *            type: string