refs #3520 hasUncheckedTicket
This commit is contained in:
parent
39b1e9ff7b
commit
a983f25c57
|
@ -5,7 +5,7 @@ module.exports = Self => {
|
|||
accessType: 'READ',
|
||||
accepts: [{
|
||||
arg: 'ticketFk',
|
||||
type: 'int',
|
||||
type: 'integer',
|
||||
required: true,
|
||||
description: 'Ticket id'
|
||||
}],
|
||||
|
|
Loading…
Reference in New Issue