arvid-e 4 месяцев назад
Родитель
Сommit
8ba431b3d0
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      apps/app/src/server/routes/apiv3/content-disposition-settings.ts

+ 8 - 8
apps/app/src/server/routes/apiv3/content-disposition-settings.ts

@@ -65,15 +65,15 @@ module.exports = (crowi) => {
  *                   type: object
  *                   properties:
  *                     inlineMimeTypes:
- *                     type: array
- *                     description: The list of MIME types set to inline.
- *                     items:
- *                       type: string
+ *                       type: array
+ *                       description: The list of MIME types set to inline.
+ *                       items:
+ *                         type: string
  *                     attachmentMimeTypes:
- *                     type: array
- *                     description: The list of MIME types set to attachment.
- *                     items:
- *                       type: string
+ *                       type: array
+ *                       description: The list of MIME types set to attachment.
+ *                       items:
+ *                         type: string
  *
  */
   router.put(