Yuki Takei 3 лет назад
Родитель
Сommit
971ae23ab2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/server/routes/apiv3/customize-setting.js

+ 2 - 2
packages/app/src/server/routes/apiv3/customize-setting.js

@@ -542,14 +542,14 @@ module.exports = (crowi) => {
    *          content:
    *          content:
    *            application/json:
    *            application/json:
    *              schema:
    *              schema:
-   *                $ref: '#/components/schemas/customizeHtml'
+   *                $ref: '#/components/schemas/CustomizeHtml'
    *        responses:
    *        responses:
    *          200:
    *          200:
    *            description: Succeeded to update customize header
    *            description: Succeeded to update customize header
    *            content:
    *            content:
    *              application/json:
    *              application/json:
    *                schema:
    *                schema:
-   *                  $ref: '#/components/schemas/customizeHtml'
+   *                  $ref: '#/components/schemas/CustomizeHtml'
    */
    */
   router.put('/customize-html', loginRequiredStrictly, adminRequired, addActivity, validator.customizeHtml, apiV3FormValidator, async(req, res) => {
   router.put('/customize-html', loginRequiredStrictly, adminRequired, addActivity, validator.customizeHtml, apiV3FormValidator, async(req, res) => {
     const requestParams = {
     const requestParams = {