Skip to content

Commit

Permalink
fix(configurations): remove required fields not used
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarafarias committed Oct 25, 2019
1 parent 7f0b663 commit 3d6e8fb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/v1/configurations/create.request.js
Expand Up @@ -7,10 +7,6 @@ module.exports = {
type: 'object',
properties: base,
required: [
'name',
'vouchers',
'scan_prefixes',
'voucher_actions',
'settings'
'name'
]
}

0 comments on commit 3d6e8fb

Please sign in to comment.