nullable api params and tenancy mapping

This commit is contained in:
2021-09-11 17:07:39 +02:00
parent df4adecda1
commit 05823a1829
4 changed files with 204 additions and 10 deletions

View File

@ -151,5 +151,8 @@ components:
#for $column in $table.columns
$column.name:
type: $column.apitype
#if (('notnull' not in $column) or (not $column.notnull))
nullable: true
#end if
#end for
#end for