fix card key set
This commit is contained in:
@ -141,7 +141,7 @@ export class CardKeySetsController {
|
||||
/*
|
||||
#swagger.tags = ['Card Key Set']
|
||||
#swagger.security = [{ "bearerAuth": [] }]
|
||||
#swagger.parameters['id'] = { description: '', in: 'path', type: 'string' }
|
||||
#swagger.parameters['id'] = { description: 'Card key set id', in: 'path', type: 'string' }
|
||||
*/
|
||||
try {
|
||||
const schema = Joi.object().keys({
|
||||
|
||||
Reference in New Issue
Block a user