@@ -985,6 +985,7 @@ module.exports = (crowi) => {
* type: object
* properties:
* file:
+ * type: string
* format: binary
* responses:
* 200:
@@ -220,6 +220,7 @@ module.exports = (crowi: Crowi): Router => {
* description: The zip file of the data to be transferred
* collections:
@@ -349,6 +350,7 @@ module.exports = (crowi: Crowi): Router => {
* attachmentMetadata:
@@ -395,6 +395,7 @@ export default function route(crowi) {