From cd4eaabeb7b6e0e4d5eec7431482a036b1e95338 Mon Sep 17 00:00:00 2001 From: blek Date: Fri, 27 Oct 2023 01:17:03 +1000 Subject: [PATCH] add password field to /api/files/upload method --- filed/docs/file_api.swagger.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/filed/docs/file_api.swagger.yml b/filed/docs/file_api.swagger.yml index 4cdab6c..8f0818d 100644 --- a/filed/docs/file_api.swagger.yml +++ b/filed/docs/file_api.swagger.yml @@ -111,6 +111,10 @@ paths: type: string example: binary file data description: binary file data + instance_pass: + type: string + example: super_secret_pass + description: Instance-specific password needed to upload files metadata: type: object description: file info