mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
use type: 'string' instead 'file'
This commit is contained in:
parent
aa6454fce9
commit
f2e5faf80b
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user