sms accessType
This commit is contained in:
parent
cc72432a37
commit
e60ebb283b
|
@ -5,6 +5,7 @@ const UserError = require('vn-loopback/util/user-error');
|
|||
module.exports = Self => {
|
||||
Self.remoteMethodCtx('send', {
|
||||
description: 'Sends SMS to a destination phone',
|
||||
accessType: 'WRITE',
|
||||
accepts: [{
|
||||
arg: 'destinationFk',
|
||||
type: 'Integer'
|
||||
|
|
Loading…
Reference in New Issue