Updated methods description
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-07-16 11:45:44 +02:00
parent bbf3b72001
commit 87fa66fe8c
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethodCtx('createAbsence', {
description: 'Returns an array of absences from an specified worker',
description: 'Creates a new worker absence',
accepts: [{
arg: 'id',
type: 'Number',

View File

@ -2,7 +2,7 @@ const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethodCtx('deleteAbsence', {
description: 'Returns an array of absences from an specified worker',
description: 'Deletes a worker absence',
accepts: [{
arg: 'id',
type: 'Number',

View File

@ -2,7 +2,7 @@ const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethodCtx('updateAbsence', {
description: 'Returns an array of absences from an specified worker',
description: 'Updates a worker absence',
accepts: [{
arg: 'id',
type: 'Number',