updated description

This commit is contained in:
gerard 2018-09-13 12:39:56 +02:00
parent 910d758117
commit a2506a787e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ let UserError = require('../../helpers').UserError;
module.exports = Self => { module.exports = Self => {
Self.remoteMethod('moveToTicket', { Self.remoteMethod('moveToTicket', {
description: 'Change the state of a ticket', description: 'Moves a line to a given ticket',
accessType: '', accessType: '',
accepts: [{ accepts: [{
arg: 'params', arg: 'params',