fix swagger
@@ -23,16 +23,19 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
* schemas:
* CustomizeLayoutTheme:
* type: object
+ * properties:
* layoutType:
* type: string
* themeType:
* CustomizeBehavior:
- * behaviorType
+ * behaviorType:
* CustomizeFunction:
* isEnabledTimeline:
* type: boolean
* isSavedStatesOfTabChanges:
@@ -43,24 +46,29 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
* type: number
* CustomizeHighlight:
* styleName:
* styleBorder:
* CustomizeTitle:
* customizeTitle:
* CustomizeHeader:
* customizeHeader:
* CustomizeCss:
* customizeCss:
* CustomizeScript:
* customizeScript:
*/