refs #3520 hasUncheckedTicket

This commit is contained in:
Sergio De la torre 2024-03-27 07:47:36 +01:00
parent 39b1e9ff7b
commit a983f25c57
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module.exports = Self => {
accessType: 'READ',
accepts: [{
arg: 'ticketFk',
type: 'int',
type: 'integer',
required: true,
description: 'Ticket id'
}],