add password field to /api/files/upload method

This commit is contained in:
blek 2023-10-27 01:17:03 +10:00
parent 49dae841bc
commit cd87766fca
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 4 additions and 0 deletions

View File

@ -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