updated endpoints description
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-06-08 13:08:53 +02:00
parent e4b23fa14d
commit 93bb678738
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module.exports = Self => {
Self.remoteMethodCtx('send', {
description: 'Insert in model Chat',
description: 'Creates a direct message in the chat model for a user or a channel',
accessType: 'WRITE',
accepts: [{
arg: 'to',

View File

@ -1,6 +1,6 @@
module.exports = Self => {
Self.remoteMethodCtx('sendCheckingPresence', {
description: 'Insert in model Chat',
description: 'Creates a message in the chat model checking the user status',
accessType: 'WRITE',
accepts: [{
arg: 'workerId',