Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
This commit is contained in:
commit
c33eb12c86
back/methods/chat
|
@ -5,7 +5,7 @@ module.exports = Self => {
|
||||||
description: 'Sends a RocketChat message to a connected user or department channel',
|
description: 'Sends a RocketChat message to a connected user or department channel',
|
||||||
accessType: 'WRITE',
|
accessType: 'WRITE',
|
||||||
accepts: [{
|
accepts: [{
|
||||||
arg: 'recipientId',
|
arg: 'workerId',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
required: true,
|
required: true,
|
||||||
description: 'The recipient user id'
|
description: 'The recipient user id'
|
||||||
|
|
Loading…
Reference in New Issue