add password field to /api/files/upload method
This commit is contained in:
parent
49dae841bc
commit
cd87766fca
|
@ -111,6 +111,10 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
example: binary file data
|
example: binary file data
|
||||||
description: binary file data
|
description: binary file data
|
||||||
|
instance_pass:
|
||||||
|
type: string
|
||||||
|
example: super_secret_pass
|
||||||
|
description: Instance-specific password needed to upload files
|
||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
description: file info
|
description: file info
|
||||||
|
|
Loading…
Reference in New Issue