fix(plugin.test): data param is optional (#451)
This commit is contained in:
parent
e474946cb7
commit
301da3662a
@ -115,7 +115,9 @@ test.params = {
|
||||
id: {
|
||||
type: 'string'
|
||||
},
|
||||
data: {}
|
||||
data: {
|
||||
optional: true
|
||||
}
|
||||
}
|
||||
|
||||
test.permission = 'admin'
|
||||
|
Loading…
Reference in New Issue
Block a user