updated description
This commit is contained in:
parent
910d758117
commit
a2506a787e
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue