config: remove explicit setting of required property to its default value false

See #5551
This commit is contained in:
albertony
2021-08-22 18:39:38 +02:00
parent dfa9381814
commit 994b501188
4 changed files with 2 additions and 13 deletions

View File

@@ -42,18 +42,15 @@ func init() {
}, {
Help: "If you want to download a shared folder, add this parameter.",
Name: "shared_folder",
Required: false,
Advanced: true,
}, {
Help: "If you want to download a shared file that is password protected, add this parameter.",
Name: "file_password",
Required: false,
Advanced: true,
IsPassword: true,
}, {
Help: "If you want to list the files in a shared folder that is password protected, add this parameter.",
Name: "folder_password",
Required: false,
Advanced: true,
IsPassword: true,
}, {