fix: refs #6404 get label #2649

Merged
pablone merged 1 commits from 6404-fixtGetLabel into master 2024-06-28 07:19:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module.exports = Self => {
accessType: 'READ', accessType: 'READ',
accepts: [{ accepts: [{
arg: 'shipmentId', arg: 'shipmentId',
type: 'number', type: 'string',
required: true required: true
}], }],
returns: { returns: {