🔧 add required for teambition

pull/548/head
微凉 2022-01-08 20:23:30 +08:00
parent 12ba1fed00
commit 0fbbd54b0c
1 changed files with 8 additions and 6 deletions

View File

@ -35,14 +35,16 @@ func (driver Teambition) Items() []base.Item {
Description: "Unknown expiration time", Description: "Unknown expiration time",
}, },
{ {
Name: "zone", Name: "zone",
Label: "Project id", Label: "Project id",
Type: base.TypeString, Type: base.TypeString,
Required: true,
}, },
{ {
Name: "root_folder", Name: "root_folder",
Label: "root folder file_id", Label: "root folder file_id",
Type: base.TypeString, Type: base.TypeString,
Required: true,
}, },
{ {
Name: "order_by", Name: "order_by",