3520_wareshouse_back #2218

Merged
alexm merged 11 commits from 3520_wareshouse_back into dev 2024-03-28 07:16:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a983f25c57 - Show all commits

View File

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