itizawa 6 лет назад
Родитель
Сommit
5c466d6b49
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/server/routes/apiv3/security-setting.js

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

@@ -97,7 +97,7 @@ const validator = {
  *              hideRestrictedByGroup:
  *                type: boolean
  *                description: enable hide by group
- *      LdapSetting:
+ *      LdapAuthSetting:
  *        type:object
  *          isUserBind:
  *            type: boolean
@@ -256,7 +256,7 @@ module.exports = (crowi) => {
    *              application/json:
    *                schema:
    *                  $ref: '#/components/schemas/GeneralSetting'
-   *                  $ref: '#/components/schemas/ldapAuthSetting'
+   *                  $ref: '#/components/schemas/LdapAuthSetting'
    *                  $ref: '#/components/schemas/SamlAuthSetting'
    *                  $ref: '#/components/schemas/OidcAuthSetting'
    *                  $ref: '#/components/schemas/BasicAuthSetting'