allow adding gid options when create new task via command api

master
MaysWind 2020-08-28 21:04:55 +08:00
parent d22d61c420
commit dac0f29255
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
// [max: 0,] //SUPPORT 'integer', 'float'
// [pattern: '']
// }
'gid': {
type: 'string',
readonly: true,
required: true
},
'dir': {
type: 'string',
required: true