5887-mailAlias_refactor #1659

Merged
vicent merged 6 commits from 5887-mailAlias_refactor into master 2023-07-12 06:34:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a215797390 - Show all commits

View File

@ -2,7 +2,7 @@ const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethod('removeAlias', {
description: 'Add alias if user has grant',
description: 'Remove alias if the user has the grant',
accessType: 'WRITE',
accepts: [
{