use type: 'string' instead 'file'

This commit is contained in:
Uwe Steinmann 2025-01-29 14:57:37 +01:00
parent aa6454fce9
commit f2e5faf80b

View File

@ -562,7 +562,8 @@ paths:
"200": "200":
description: "preview image file" description: "preview image file"
schema: schema:
type: "file" type: "string"
format: "binary"
"403": "403":
description: "No access" description: "No access"
schema: schema:
@ -595,7 +596,8 @@ paths:
"200": "200":
description: "content file" description: "content file"
schema: schema:
type: "file" type: "string"
format: "binary"
"403": "403":
description: "No access" description: "No access"
schema: schema:
@ -634,7 +636,8 @@ paths:
"200": "200":
description: "attached file" description: "attached file"
schema: schema:
type: "file" type: "string"
format: "binary"
"403": "403":
description: "No access" description: "No access"
schema: schema:
@ -673,7 +676,8 @@ paths:
"200": "200":
description: "content file" description: "content file"
schema: schema:
type: "file" type: "string"
format: "binary"
"403": "403":
description: "No access" description: "No access"
schema: schema: