Steven Fukase 5 年之前
父節點
當前提交
0e839ddd37
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/server/routes/apiv3/slack-integration.js

+ 6 - 0
src/server/routes/apiv3/slack-integration.js

@@ -29,6 +29,12 @@ const router = express.Router();
  *            type: string
  *          botType:
  *            type: string
+ *      SlackIntegration:
+ *        description: SlackIntegration
+ *        type: object
+ *        properties:
+ *          currentBotType:
+ *            type: string
  */