itizawa %!s(int64=6) %!d(string=hai) anos
pai
achega
00aef7fb6e
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/server/routes/apiv3/markdown-setting.js

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

@@ -38,7 +38,7 @@ const validator = {
  *
  *  components:
  *    schemas:
- *      lineBreakParams:
+ *      LineBreakParams:
  *        type: object
  *        properties:
  *          isEnabledLinebreaks:
@@ -47,7 +47,7 @@ const validator = {
  *          isEnabledLinebreaksInComments:
  *            type: boolean
  *            description: enable lineBreak in comment
- *      presentationParams:
+ *      PresentationParams:
  *        type: object
  *        properties:
  *          pageBreakSeparator:
@@ -56,7 +56,7 @@ const validator = {
  *          pageBreakCustomSeparator:
  *            type: string
  *            description: string of pageBreakCustomSeparator
- *      xssParams:
+ *      XssParams:
  *        type: object
  *        properties:
  *          isEnabledPrevention: