Merge pull request 'correct type' (!1545) from 5094-fix_id_type into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1545 Reviewed-by: Carlos Satorres Adam <carlossa@verdnatura.es>
This commit is contained in:
commit
380287b819
|
@ -8,7 +8,7 @@ module.exports = Self => {
|
|||
accepts: [
|
||||
{
|
||||
arg: 'id',
|
||||
type: 'string',
|
||||
type: 'number',
|
||||
required: true,
|
||||
description: 'The ticket id',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue