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