refs #5811 replace decription
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2023-11-23 13:34:29 +01:00
parent db15285858
commit eeef279483
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const {DOMParser} = require('xmldom');
module.exports = Self => {
Self.remoteMethod('deleteShipment', {
description: 'Create an expedition and return a label',
description: 'Delete a shipment by providing the expedition ID, interacting with Viaexpress API',
accessType: 'WRITE',
accepts: [{
arg: 'expeditionFk',