Merge pull request 'correct type' (!1545) from 5094-fix_id_type into test
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:
Alex Moreno 2023-05-22 13:05:29 +00:00
commit 380287b819
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module.exports = Self => {
accepts: [
{
arg: 'id',
type: 'string',
type: 'number',
required: true,
description: 'The ticket id',
},