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