Param name hotfix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-10-21 14:51:07 +02:00
parent d3532608e1
commit b5c5d78d3a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module.exports = Self => {
description: 'Sends a RocketChat message to a working worker or department channel', description: 'Sends a RocketChat message to a working worker or department channel',
accessType: 'WRITE', accessType: 'WRITE',
accepts: [{ accepts: [{
arg: 'recipientId', arg: 'workerId',
type: 'Number', type: 'Number',
required: true, required: true,
description: 'The worker id of the destinatary' description: 'The worker id of the destinatary'