itizawa 6 سال پیش
والد
کامیت
1b91081737
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/server/routes/apiv3/security-setting.js

+ 3 - 3
src/server/routes/apiv3/security-setting.js

@@ -280,10 +280,10 @@ module.exports = (crowi) => {
   /**
    * @swagger
    *
-   *    /security-setting/google-oauth:
+   *    /security-setting/basic:
    *      put:
    *        tags: [SecuritySetting]
-   *        description: Update google OAuth
+   *        description: Update basic
    *        requestBody:
    *          required: true
    *          content:
@@ -292,7 +292,7 @@ module.exports = (crowi) => {
    *                $ref: '#/components/schemas/SecurityParams/BasicAuthSetting'
    *        responses:
    *          200:
-   *            description: Succeeded to google OAuth
+   *            description: Succeeded to update basic
    *            content:
    *              application/json:
    *                schema: